7 lines
58 B
GraphQL
Raw Normal View History

2023-08-25 09:45:46 +02:00
query Projects {
directus_todos {
id
task
}
}