EnergyPrice
Represents an energy price record.
type EnergyPrice {
timestamp: Time!
source: String!
energyType: EnergyType!
price: Price!
priceType: EnergyPriceType
isAverage: Boolean!
}
Fields
EnergyPrice.timestamp ● Time! non-null scalar
The timestamp of the start of the energy price interval.
EnergyPrice.source ● String! non-null scalar
The source of the energy price data.
EnergyPrice.energyType ● EnergyType! non-null enum
The type of energy (e.g., gas or electricity).
EnergyPrice.price ● Price! non-null object
The price of the energy.
EnergyPrice.priceType ● EnergyPriceType enum
The type of price (e.g., spot or future).
EnergyPrice.isAverage ● Boolean! non-null scalar
Indicates whether the price is an average over the specified interval. The average is calculated by dividing the total price by the number of prices.
Returned By
prices query