Can't find the problem... #10140
Replies: 1 comment
-
Found the problem! It's the extraneous "," at the end of the variables! |
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
-
I'm working on a personal project. Everything so far has been straight-forward. However, I'm trying to execute a mutation and I'm getting an error (via the console, Postman/Insomnia and react/Apollo code).
Here's the mutation:
and the variables:
and lastly the error message:
I have no clue how to resolve the error. I have other update mutations that are working correctly.
Help!
Thank you in advance,
Chuck
Beta Was this translation helpful? Give feedback.
All reactions