Replies: 1 comment
-
I assume you have a scenario like
In order to make queries like
to return the first 10 book titles of author identified by ID 42, update the schema for the author type: The corresponding resolver then is along the lines of
This is mentioned in the GraphQL base documentation. I also found this answer helpful. Hope that helps =) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions