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
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- significant increase in CPU usage with 1...
Hi, This is no big deal at all (as everything is working great so far), but I just saw that the update (from 1.8 to 1.9) consumes much more CPU than before (re...