menu
flutter_graphql_client_plus package
documentation
flutter_graphql_client.dart
GraphQLError
GraphQLError.new const constructor
GraphQLError.new const constructor
dark_mode
light_mode
GraphQLError
constructor
const
GraphQLError
(
{
required
String
message
,
List
<
ErrorLocation
>
?
locations
,
List
?
path
,
Map
<
String
,
dynamic
>
?
extensions
,
})
Implementation
const GraphQLError({ required this.message, this.locations, this.path, this.extensions, });
flutter_graphql_client_plus package
documentation
flutter_graphql_client
GraphQLError
GraphQLError.new const constructor
GraphQLError class