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
{{ message }}
This repository was archived by the owner on Jul 10, 2019. It is now read-only.
If the subscription receives a GQL_DATA message where payload.errors is an array of objects, as it should be according to both the GraphQL and subscriptions-transport-ws specs, the result is this:
The expected result is that the full payload JSON be rendered, complete with error messages, paths, partial data, etc.
If the subscription receives a
GQL_DATAmessage wherepayload.errorsis an array of objects, as it should be according to both the GraphQL and subscriptions-transport-ws specs, the result is this:The expected result is that the full payload JSON be rendered, complete with error messages, paths, partial data, etc.