How to handle GraphQL subscription errors in Apollo Server, similar to formatError for …

How to handle GraphQL subscription errors in Apollo Server, similar to formatError for …

I’m trying to handle errors in GraphQL subscriptions in Apollo Server the same way I handle them for queries and mutations using formatError .

 

Read More