Is there a limit to how many queries I can have in one request.
Assume a user has 100 people blocked, I want to fetch a list of documents that excludes blocked users
How should I make this request?
There’s a limit of 100 Queries per request
Thanks. I’m wondering if this is the correct way to fetch a list of documents that excludes documents made by blocked users
// An array with 200 user ids
List<String> blockList = ["User1", "User2", ... "User200"];
var yourDocuments = await _database.listDocuments(
databaseId: '...',
collectionId: '...',
queries: [
Query.notEqual("userid", blockList)
]);
That looks right to me
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.