writeQuery$EnergyUsageHistory method
void
writeQuery$EnergyUsageHistory({
- required Query$EnergyUsageHistory data,
- required Variables$Query$EnergyUsageHistory variables,
- bool broadcast = true,
Implementation
void writeQuery$EnergyUsageHistory({
required Query$EnergyUsageHistory data,
required Variables$Query$EnergyUsageHistory variables,
bool broadcast = true,
}) => this.writeQuery(
graphql.Request(
operation: graphql.Operation(
document: documentNodeQueryEnergyUsageHistory,
),
variables: variables.toJson(),
),
data: data.toJson(),
broadcast: broadcast,
);