ErrorLink constructor

const ErrorLink({
  1. ErrorHandler? onGraphQLError,
  2. ExceptionHandler? onException,
})

Implementation

const ErrorLink({
  this.onGraphQLError,
  this.onException,
});