menu
gql_exec package
documentation
gql_exec.dart
GraphQLError
GraphQLError const constructor
GraphQLError 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, });
gql_exec package
documentation
gql_exec
GraphQLError
GraphQLError const constructor
GraphQLError class