Hey Team
The GraphQL API in Appwrite currently only supports single document fetches (databasesGetDocument) properly. So trying to pass databasesListDocuments with filters in GraphQL will always throw Invalid query method.
Is there any work around for this .
TL;DR
GraphQL API in Appwrite only supports single document fetches properly. Attempting to use databasesListDocuments with filters will result in an error. Unfortunately, there is currently no workaround for this issue.