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
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- Database AI Column Suggestion Use Case
I tried using the AI column suggestion feature. For me, I prefer writing my column design separately in a notepad. Then my intention is to paste it into the AI ...