Is it possible to create a resolver without a query? #931
Unanswered
Jacob-Mahoney
asked this question in
Q&A
Replies: 1 comment
-
In GraphQL spec, there must be at least one Query defined. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Bug
Is it possible to create a resolver without a query? Whenever I try the following code, I get an error.
To Reproduce
Expected Behavior
To not get the following error:
Type Query must define one or more fields.
Environment (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions