-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field errors #102
Comments
They raise a field error, but the error handling semantics (http://facebook.github.io/graphql/#sec-Error-handling) explain:
|
Though that clause needs some explanation for non-nullable typed fields. I'll keep this open to handle that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the discussion of #44.
According to the spec on scalars under "Result Coercion":
However it seems most examples and tests simply return null instead. What's correct?
The text was updated successfully, but these errors were encountered: