#Query related documents via GraphQL
1 messages · Page 1 of 1 (latest)
It was obviously very simple. I just added another graphql query with a not_equals …
1 messages · Page 1 of 1 (latest)
The use case is that I fetch posts (or any other collection data) and I'd like to display 2-3 three other related documents. To avoid an "n+1" fetch, I'd like to retrieve the related posts in the same request as the post itself.
It was obviously very simple. I just added another graphql query with a not_equals …