Skip to content

GraphQL Query to fully expand a hierarchical property #5110

Answered by PascalSenn
bo55vxr asked this question in Q&A
Discussion options

You must be logged in to vote

@bo55vxr this is not possible in GraphQL. Recursive structures have to be fetched in batches.
You can e.g. fetch the first three layers and then execute another query to fetch another three layers based on the Ids

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bo55vxr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants