hasErrors property
bool
get
hasErrors
If this response has any error.
Implementation
bool get hasErrors =>
linkException != null ||
(graphqlErrors != null && graphqlErrors!.isNotEmpty);
If this response has any error.
bool get hasErrors =>
linkException != null ||
(graphqlErrors != null && graphqlErrors!.isNotEmpty);