GraphQlException constructor

GraphQlException([
  1. Iterable<GraphQLError> graphqlErrors = const []
])

Implementation

GraphQlException([Iterable<GraphQLError> graphqlErrors = const []])
  : graphqlErrors = graphqlErrors.toList();