errors property
A list of errors from execution. If no errors, it will be an empty list.
Implementation
final List<GraphQLResponseError> errors;
A list of errors from execution. If no errors, it will be an empty list.
final List<GraphQLResponseError> errors;