Is there a way to not list related documents? Lets say i have about a 1000 related documents to 10 records and i want to load those related documents after "clicking" on one of those 10 items in my panel. Is an option like this already implemented? Or maybe i have to do this with GraphQL?
Not at the moment because queries on relationships are not supported. We plan on adding support for queries in the future so you can control things like this
It would be a very helpful feature. Thanks Steven
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...