Skip to main content

Arguments

end : Date

The end date until which to get the daily wholesale prices.

start : Date

The start date from which to get the daily wholesale prices.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access third party queries

Query Complexity

2

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

query DailyWholesalePrices( $end: Date, $start: Date ) { dailyWholesalePrices( end: $end, start: $start ) { date hour price } }

Variables

{ "end": "2017-08-22", "start": "1982-08-16" }

Response

{ "data": { "dailyWholesalePrices": [ { "date": "1970-03-11", "hour": 59, "price": "1.0" } ] } }