7 lines
46 B
GraphQL
Raw Normal View History

query {
db_projects {
2023-08-25 09:45:46 +02:00
id
text
}
}