Generates a map of variables for the GraphQL query.
This map is used when sending the query to the GraphQL server.
Map<String, dynamic> get variables => Map.fromEntries( parameters.map((p) => p.toMapEntry()), );