-
I have three objects:
A page can contain multiple tables, a table can contain multiple columns
I am querying the page through graphql and am trying to get the following:
I am only able to retrieve the page and its tables I have create a single Module:
Is it possible to fetch 2-level deep relations ? |
Beta Was this translation helpful? Give feedback.
Answered by
rostaingc
Apr 4, 2024
Replies: 1 comment
-
Ok I have found that the issue is coming from the absence of declaration of PageTable and TableColumn in the resolvers of my module |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rostaingc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I have found that the issue is coming from the absence of declaration of PageTable and TableColumn in the resolvers of my module