-
There is a library called graphql-parse-resolve-info which gets the requested fields from the request. Is there anything build into graphql-yoga that does this? I don't want to include an unnecessary dependency. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Oct 23, 2023
Replies: 1 comment
-
No, there is not. You need to use a library like this to extract more stuff inside the resolvers. GraphQL Yoga doesn't touch your resolvers. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RobbeCl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there is not. You need to use a library like this to extract more stuff inside the resolvers. GraphQL Yoga doesn't touch your resolvers.