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
Constructors
new
Properties
context
data
errors
hasErrors
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==