Update resolver syntax #1285
Unanswered
chrisschaub
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Show the document (mutation) you're sending in a readable format |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry, reformatted the json query that is being sent |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to get an update mutation to work correctly, and I can't get past an unkown type error:
In my resolver definition, I have
I have the following input defined
I've keep getting this error:
The query comes in as
I just am stuck on the correct styntax for defining this update mutation. My other queries are working, but have been looking at this, trying to find a better example, but there are not many update examples anywhere. Ok, thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions