GraphQLError constructor

GraphQLError(
  1. {String? code,
  2. String? message}
)

Implementation

GraphQLError({this.code, this.message});