errors property

List<GraphQLResponseError> errors
final

A list of errors from execution. If no errors, it will be an empty list.

Implementation

final List<GraphQLResponseError> errors;