OBJECT

OpportunityForecastQuotaItemValue

link GraphQL Schema definition

  • type OpportunityForecastQuotaItemValue {
  • # Period this quota value applies to.
  • date: Date!
  • # Quota amount allocated to the period.
  • value: Float!
  • }