menu
graphql package
documentation
client.dart
Response
Response const constructor
Response const constructor
dark_mode
light_mode
Response
constructor
const
Response
(
{
List
<
GraphQLError
>
?
errors
,
Map
<
String
,
dynamic
>
?
data
,
Context
context
=
const Context()
,
required
Map
<
String
,
dynamic
>
response
,
})
Implementation
const Response({ this.errors, this.data, this.context = const Context(), required this.response, });
graphql package
documentation
client
Response
Response const constructor
Response class