TimeboxedIntEntry
A singe timeboxed Int with a value and the time range the value is valid.
type TimeboxedIntEntry {
expiresAt: Date
validFrom: Date!
value: Int
}
Fields
TimeboxedIntEntry.expiresAt ● Date scalar
Last date this value is valid.
TimeboxedIntEntry.validFrom ● Date! non-null scalar
First date this value gets valid.
TimeboxedIntEntry.value ● Int scalar
The actual point value value.
Member Of
TimeboxedInt object