collectiveWinterWorkout
Statistics about the combined weekly and total gas savings of all Winter Workout participants.
Note that the targetSavingsRatio will always be zero for these combined values.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query CollectiveWinterWorkout {
collectiveWinterWorkout {
total {
...WinterWorkoutPeriodTypeFragment
}
weeks {
...WinterWorkoutPeriodTypeFragment
}
}
}
Response
{
"data": {
"collectiveWinterWorkout": {
"total": WinterWorkoutPeriodType,
"weeks": [WinterWorkoutPeriodType]
}
}
}