
Hey, i used graphql in appwrite 1.4.9 with this graphql query (It worked back then):
query { databasesListDocuments( databaseId: "myId", collectionId: "myId", queries: ["equal('correct', [true])"] ) { total, documents { _createdAt } } }
In Appwrite 1.5.3 the "queries" part throws an "Invalid query" exception in json_decode of the utopia-php: Query.php (https://github.com/utopia-php/database/blob/main/src/Database/Query.php)
What do I need to change? I tried several different variants of the "queries" parameter

Queries formatting in 1.5 changed as now they have the new or
and and
operators
Recommended threads
- Delete account on authentication
I'm building an authentication that need to a user a choice of delete their account when they need and on the documentation, if I find delete sessions or sessio...
- enum Invalid document structure characto...
i am getting this error when adding up updating an enum value. I have for example enum attribute which has some enums and also this enum internationale_küche, w...
- Graphql Queries
Can some one help me with some examples to write graphql queries using appetite SDK, to fetch related data in different collections. I have gone through the doc...
