I am using apollo client with the additional module subscriptions-transport-ws
and graphql on the server.
When a graphql error happens on the server, kind of cannot return null for non-nullable...
the Browser tells me that there is a apollo has a "Unhandled GraphQL subscription errror".
How does the error handling for subscriptions on the client side work?