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
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...