errors property

List<GraphqlError>? errors
getter/setter pair

Errors of this response.

Implementation

core.List<GraphqlError>? errors;