Replies: 1 comment
-
Thanks for reporting! Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that. |
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.
-
Hello, I'm sending null in a query for a nullable Enum field, however I'm receiving from the mercurius server an error.
Specifically the mutation is:
Response from server:
Searching for the issue I found that there was a problem in the
graphql-js
implementation that has been fixed in 2017.graphql-js issue
I'm not sure if I did something wrong or if this is an actual bug.
Beta Was this translation helpful? Give feedback.
All reactions