CostPeriod
Defines a concrete time period with a begin and end timestamp and the interval.
type CostPeriod {
begin: Time!
end: Time!
interval: Interval!
}
Fields
CostPeriod.begin ● Time! non-null scalar
Inclusive start of the period.
CostPeriod.end ● Time! non-null scalar
Exclusive end of the period.
CostPeriod.interval ● Interval! non-null enum
Interval used for costs inside this period.