getFanClubWindPowerProjections
Future wind power projections recieved from ERCOT. Updates every four hours.
Arguments
Returns predictions for this many hours into the future. Defaults to 48 yeidling two days.
Returns
FanClubWindPowerProjectionsPossible Errors
Allowed Viewers
Query Complexity
1Examples
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 GetFanClubWindPowerProjections($hoursIntoFuture: Int) {
getFanClubWindPowerProjections(hoursIntoFuture: $hoursIntoFuture) {
windPowerProjections {
...WindPowerProjectionFragment
}
}
}
Variables
{
"hoursIntoFuture": 18
}
Response
{
"data": {
"getFanClubWindPowerProjections": {
"windPowerProjections": [WindPowerProjection]
}
}
}