Empty errors array contradicts graphql specification #3626
Closed
kirill-astapov
started this conversation in
General
Replies: 1 comment
-
Let's continue this discussion in the linked issue instead of here |
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.
-
ExecutionResultImpl returns empty list of errors, but it contradicts current specification https://spec.graphql.org/October2021/#sec-Errors
The errors entry in the response is a non-empty list of errors, where each error is a map
Beta Was this translation helpful? Give feedback.
All reactions