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
- Added Custom Domain - API requests with ...
I've added in a custom domain to Appwrite my domain itself is on cloudflare but has Appwrite name servers added and confirmed they work, I added the CAA in clou...
- GRAPH QL Filters
Hey Team The GraphQL API in Appwrite currently only supports single document fetches (databasesGetDocument) properly. So trying to pass databasesListDocuments ...
- Sites not working
When I deploy NextJS using Appwrite Sites don't work and the build error is related to the WordPress backend link. Is there a solution? Thank you.