You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the `Response Format`
[section](https://facebook.github.io/graphql/June2018/#sec-Response-Format)
of the GraphQL Spec:
> When errors is present in the response, it may be helpful for it to
appear first when serialized to make it more clear when errors are
present in a response during debugging.
refs andreas#119
The following is an incomplete but growing list of things that we need to support to achieve compliance with the Jun 2018 version of the Spec.
"""
)true
,false
ornull
(http://facebook.github.io/graphql/June2018/#sec-Enum-Value)errors
key must appear first if present (Add theerrors
key first in the response JSON #131)The text was updated successfully, but these errors were encountered: