When executing a Subscription via GraphiQL (v 1.5.1) which throws an error, but also contains data, why doesn´t GraphiQL show the data? And how to achieve this?
In the following screenshot it can be seen that the payload of the websocket message contains both errors and data as properties:
Nevertheless, the data from "data" will not be displayed on the GraphiQL interface:
The problem occurs only for Subscriptions and not for Queries.