currentAndHistoricalProductPriceHistory
Get current and historical electricity products' price history for the given period.
Note: period should be less than or equal to last thirteen months.
Arguments
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 CurrentAndHistoricalProductPriceHistory($filterBy: CurrentAndHistoricalProductPricingHistoryInput!) {
currentAndHistoricalProductPriceHistory(filterBy: $filterBy) {
displayName
fullName
priceHistory {
...PricingHistoryFragment
}
}
}
Variables
{
"filterBy": CurrentAndHistoricalProductPricingHistoryInput
}
Response
{
"data": {
"currentAndHistoricalProductPriceHistory": [
{
"displayName": "subject-me-day-type-meeting",
"fullName": "hospital-time-loss-can-spring",
"priceHistory": [PricingHistory]
}
]
}
}