OBJECT
ForecastPeriodOption
link GraphQL Schema definition
- type ForecastPeriodOption {
- # Granularity the forecast is broken down by: Monthly, Quarterly, or Yearly.
- : ForecastPeriodKind!
- # First day of the forecast range (inclusive).
- : Date!
- # Last day of the forecast range (inclusive).
- : Date!
- # Set only if period set to Quarterly or Yearly.
- : Boolean
- }