menu
graphql package
documentation
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;
graphql package
documentation
client
GraphQLError
locations property
GraphQLError class