OBJECT

ForecastColumn

link GraphQL Schema definition

  • type ForecastColumn {
  • # Id of the column.
  • id: ID!
  • # Underlying value the column shows — Open, Won, WonOpen, Lost or Prediction.
  • baseValue: ForecastBaseValueEnum!
  • # For open-value columns, how the value is weighted — Unweighted, Weighted, Ranked
  • # or Balanced.
  • openValueType: ForecastOpenValueTypeEnum
  • # For comparison columns, the baseline compared against — Forecast, Quota,
  • # Prediction, PreviousPeriod or PreviousYear.
  • valueComparison: ForecastValueComparisonEnum
  • }