
Basically I have four collections.. and each collection is related in a linear order.. now the problem is first collection's relation attribute is there in document data fetched .. same for first to second collection relation attr but after that second to third relation attributes are missing.

_ _ is there a limit ? do i need to refetch the documents from 3rd collecion so i can directly get relation attrs

Please make sure to read the docs:
https://appwrite.io/docs/databases-relationships#limitations

thanks for sharing.. i understand the docs are important but i miss the stuff in some cases (like the limitations part was at very last)

the doc link references are really helpful

so i am guessing the best solution is to get the document right after 3rd level?

That would work
Recommended threads
- Relationships. Delete on cascade through...
Hi all!, When I delete a document throught the Apple SDK, on delete cascade is not working. If I delete the document from the console (Cloud), a dialog is show...
- Query timeout on 10 concurrent functions
Hi, I have appwrite 1.7.4 self hosted I have a Node.js function that does several operations: 1. Query a collection to get a document, currently there is a sin...
- -101 Documents in Database
I recently deleted most of the documents in my database. Now the appwrite console says -101 documents, as shown in the screenshot. Seems to be a bug, is this po...
