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