Replies: 1 comment
-
This is against the GraphQL spec, which clearly states:
|
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
-
Currently, only a single error block will be generated from a given path. With the advent of the
Unwrap() []error
interface that builtin methods likeerrors.Join
provide, graphql should treat this as multiple errors for the same pathBeta Was this translation helpful? Give feedback.
All reactions