errors property
Errors of this response.
If the data entry in the response is not present, the errors entry must be present. It conforms to https://spec.graphql.org/draft/#sec-Errors.
Implementation
core.List<GraphqlError>? errors;
Errors of this response.
If the data entry in the response is not present, the errors entry must be present. It conforms to https://spec.graphql.org/draft/#sec-Errors.
core.List<GraphqlError>? errors;