variables property

Map<String, dynamic> variables
finalinherited

A map going from variable name to variable value, where the variables are used within the GraphQL query.

Implementation

final Map<String, dynamic> variables;