errors static method

dynamic errors(
  1. List<GraphqlExceptionStrategy> errors
)

Add errors decoders

Implementation

static errors(List<GraphqlExceptionStrategy> errors) {
  _errors.addAll(errors);
}