11 lines
101 B
GraphQL
11 lines
101 B
GraphQL
query {
|
|
db_todos {
|
|
id
|
|
task
|
|
user_created {
|
|
first_name
|
|
last_name
|
|
}
|
|
}
|
|
}
|