Error link: intercept and transform errors thrown by downstream links. The handler can return a fallback response to recover from the error, or null to re-throw.
null
Error handler. Receives the error, the operation, and a retry function that re-executes the downstream chain.
retry
A GraphQLLink that intercepts GraphQLClientErrors
Error link: intercept and transform errors thrown by downstream links. The handler can return a fallback response to recover from the error, or
nullto re-throw.