With the new update for db relationships, how can I select only the main collection documents and still get the IDs of the child docs?
Is it possible to select a relationship attribute and not get the env var level deep of relations?
Yeah, that would be great to have this option, for example in a Query.select(['todos.$id']) or in other ways.
Example return value with query: Query.select(['name, todos.$id'])
Project {
name: 'project",
todos: [
'docId1',
'docId2',
]
}
It is crucial to my project to use the Relationship feature.
But this is already discussed here:
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Appwrite cloud DB server error 500
Getting this error
- appwrite indexes not working (?
i have this index: ``` "indexes": [ { "key": "single-user-per-event", "type": "unique", ...