getSystemWideDayAheadPrices
Returns the system wide day ahead prices.
Returns
AllSystemWidePriceDataExamples
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 GetSystemWideDayAheadPrices {
getSystemWideDayAheadPrices {
lastUpdatedAt
systemWidePriceData {
...SystemWidePriceFragment
}
}
}
Response
{
"data": {
"getSystemWideDayAheadPrices": {
"lastUpdatedAt": "2008-08-10T13:24:07.041212+00:00",
"systemWidePriceData": [SystemWidePrice]
}
}
}