#Query related documents via GraphQL

1 messages · Page 1 of 1 (latest)

neat ledge
#

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.

neat ledge
#

It was obviously very simple. I just added another graphql query with a not_equals …