menu
artemis package
documentation
schema/graphql_response.dart
GraphQLResponse<T>
errors property
errors property
dark_mode
light_mode
errors
property
List
<
GraphQLError
>
?
errors
final
The list of errors in this response.
Implementation
final List<GraphQLError>? errors;
artemis package
documentation
schema/graphql_response
GraphQLResponse<T>
errors property
GraphQLResponse class