GraphqlError constructor

GraphqlError({
  1. GraphqlErrorExtensions? extensions,
  2. List<SourceLocation>? locations,
  3. String? message,
  4. List<Object?>? path,
})

Implementation

GraphqlError({this.extensions, this.locations, this.message, this.path});