hasErrors property

bool hasErrors

If this response has any error.

Implementation

bool get hasErrors =>
    linkException != null ||
    (graphqlErrors != null && graphqlErrors!.isNotEmpty);