GraphQLException constructor

GraphQLException(
  1. List<GraphQLExceptionError> errors
)

Implementation

GraphQLException(this.errors);