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 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Is there any reason you cant use a manag...
So quick context I would like to host a selfhosted Appwrite instance and I personally prefer to use managed DBs when able and really like to keep my DBs on dedi...
- Transactions from Android Kotlin client ...
I have a database where I want to create transactions directly in my android client. I can create a transaction with `val tx = tablesDb.createTransaction()`, an...