Possible to prevent automatic fetching/resolution of relationship documents?
- 0
- React Native
- Cloud
When using listDocuments on a parent collection, I'm observing that the response seems to include the full documents from related collections, not just their IDs, which is causing excessive reads. Is there a way to prevent this and ensure only the relationship IDs are returned? Alternatively, understanding that Query.select usually applies only to the parent collection's fields, is there any other Appwrite feature or query mechanism that allows selecting specific attributes (like $id) from linked documents directly within the parent listDocuments call, especially for nested relationships?
Recommended threads
- Build failed
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
- Database column name change makes table ...
Hi, new here! I'm currently building an app where there's a table called "track_sessions" whose column "creator" I wanted to change to "creatorID". However, af...
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...