OperationException constructor
OperationException({
- LinkException? linkException,
- StackTrace? originalStackTrace,
- List? raw,
- Iterable<
GraphQLError> graphqlErrors = const [],
Implementation
OperationException({
this.linkException,
this.originalStackTrace,
this.raw,
Iterable<GraphQLError> graphqlErrors = const [],
}) : this.graphqlErrors = graphqlErrors.toList();