GraphiQL-Subscriptions-Fetcher icon indicating copy to clipboard operation
GraphiQL-Subscriptions-Fetcher copied to clipboard

Resolver errors don't display properly

Open ccbrown opened this issue 5 years ago • 0 comments

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:

Screen Shot 2019-03-15 at 3 10 36 PM

The expected result is that the full payload JSON be rendered, complete with error messages, paths, partial data, etc.

ccbrown avatar Mar 15 '19 19:03 ccbrown