So consider this scenario:
Collection Users has a two-way relationship with Collection Products.
So each User document can reference many Product documents.
When I go an retrieve the User document I don't receive any of the other relationship attributes that a Product document might have.
Eg if Products Collection had a relationship with the Images collection, we would not get that when retrieving the User document. However, if I retrieve the product document directly I get all the attributes.
Is this expected?
Recommended threads
- Query multi-tenant db with $permissions ...
I'm setting up a multi-tenant database with RLS enabled. My users my have permissions set for multiple Teams, and as such when they query the database with the ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...