OBJECT

ForecastItemValue

link GraphQL Schema definition

  • type ForecastItemValue {
  • # First day of the period this value applies to.
  • date: Date!
  • # Forecasted or actual value for the period.
  • value: Float
  • # Quota target for the period.
  • quota: Float
  • }