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)
TL;DR
The user was looking for information on GraphQL limits. They found the environment variables they were looking for. There is a complexity limit that can be set and they can refer to the documentation for more information. The limits on the GraphQL API are mostly related to document creates/updates, but the user is unsure if there are any specific limits. No solution was provided for this question. The user also suggests creating a GraphQL tag for the forum.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