What limits are there on the graphQL API? Like max doc creates/updates/reads. Mostly asking about doc creates/updates because batching those queries has no other counterpart in REST yet.
(Also making a graphQL tag for this forum might be useful)
I believe it's the underlying limits
So unlimited queries?
Or is that limited by RAM/redis cache?
there's also a complexity limit. see https://appwrite.io/docs/environment-variables#graphql
Oh perfect those env vars are what I was looking for.
[Solved] Graphql limits
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Appwrite exception: user_unauthorized, t...
After refreshing the app it is working perfectly