menu
flutter_graphql_client_plus package
documentation
flutter_graphql_client.dart
GraphQLError
locations property
locations property
dark_mode
light_mode
locations
property
List
<
ErrorLocation
>
?
locations
final
Locations of the nodes in document which caused the error
Implementation
final List<ErrorLocation>? locations;
flutter_graphql_client_plus package
documentation
flutter_graphql_client
GraphQLError
locations property
GraphQLError class