TimeboxedInt
Collects all current and future values, as well as it's history.
type TimeboxedInt {
current: TimeboxedIntEntry!
future: [TimeboxedIntEntry!]!
history: [TimeboxedIntEntry!]!
}
Fields
TimeboxedInt.current ● TimeboxedIntEntry! non-null object
The current valid value (today).
TimeboxedInt.future ● [TimeboxedIntEntry!]! non-null object
Future values.
TimeboxedInt.history ● [TimeboxedIntEntry!]! non-null object
Old values.
Member Of
InvestmentCostOptions interface ● Paragraph36CatalogueOptions object ● Paragraph39CatalogueOptions object ● Paragraph41CatalogueOptions object ● Paragraph45BCatalogueOptions object