addError method

void addError(
  1. GraphQLError error
)

Implementation

void addError(GraphQLError error) => graphqlErrors.add(error);