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