GraphqlError constructor
GraphqlError({
- GraphqlErrorExtensions? extensions,
- List<
SourceLocation> ? locations, - String? message,
- List<
Object?> ? path,
Implementation
GraphqlError({this.extensions, this.locations, this.message, this.path});