Skip to content
Back

Opt-in relationships

  • 0
  • Self Hosted
  • Databases
  • Web
Anhelina K
7 Oct, 2025, 12:32

Load relationships of relationships not work

When I try to get translation.word_from.* it failed. But as you can see translation it is relation and word_from also relation

const response = await databases.listDocuments('dev', 'translations_to_sets', [ Query.select(['', '$id', 'translation.word_from.']), ]);

TL;DR
Developers are experiencing issues with loading relationships of relationships; specifically, trying to access translation.word_from.* is failing even though translation and word_from are both relations. The solution is to ensure that the data structure and query syntax are correctly set up for retrieving this nested relationship successfully.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more