variables property
Attached variables to the GraphQL operation.
Values from this field will be nested within GraphqlProvider's
variableNamespace
if it is defined.
Implementation
final Map<String, dynamic>? variables;
Attached variables to the GraphQL operation.
Values from this field will be nested within GraphqlProvider's
variableNamespace
if it is defined.
final Map<String, dynamic>? variables;