GraphQLException constructor

GraphQLException(
  1. String message,
  2. List<String> errors
)

Implementation

GraphQLException(this.message, this.errors);