Detect query field that has its own resolver/field collection #2633
ChristianSch
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a setup where I get the fields that are queried, filter them by the base model (I have some added/calculated fields, __typename etc) and only query those from the database. But when a field has a dedicated resolver (resolver: true in the config) it is included in the fields and I couldn't find a way to find out if this field is going to be resolved from another resolver. How/where can I look this up? gqlgen seems to know :P Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions