variables property

Map<String, dynamic>? variables
final

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;