Link QueryType with new ObjectType #1104
Unanswered
lasongrzegorz
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This is the idiomatic way in GraphQL. Are you having performance problems or running out of memory? The hack to achieve what you are asking is for, to trigger resolvers for field's types without having data from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, having this graphql schema,
I tried to create a separate QueryType:
The reason for that is to call for smaller chunks of data within one resolver. This is in opposite to :
However, I cannot find a way to bind a
new_query
toquery
or make it discoverable in schema?Thanks a lot for any advice.
Beta Was this translation helpful? Give feedback.
All reactions