GraphQLExceptionError constructor

GraphQLExceptionError(
  1. String message, {
  2. List<GraphExceptionErrorLocation> locations = const [],
})

Implementation

GraphQLExceptionError(this.message, {this.locations = const []});