menu
graphql package
documentation
client.dart
ObservableQuery<TParsed>
variables property
variables property
dark_mode
light_mode
variables
property
set
variables
(
Map
<
String
,
dynamic
>
variables
)
Implementation
set variables(Map<String, dynamic> variables) { options = options.copyWithVariables(variables); }
graphql package
documentation
client
ObservableQuery<TParsed>
variables property
ObservableQuery class