final response = await _db.listDocuments( databaseId: Allconst.databaseId, collectionId: collectionId, queries: [ Query.select(["A", "B"]) ]);
What version of Appwrite are you using and what version of the SDK are you using?
Btw, it's best to use 3 back ticks with multi-line code. See https://www.markdownguide.org/extended-syntax/#syntax-highlighting
If you are using appwrite cloud..it is not supported yet as the current version is 1.1.2 and the query.select requires min 1.3 version
Recommended threads
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...