OBJECT
OpportunityForecastQuota
link GraphQL Schema definition
- type OpportunityForecastQuota {
- # Whether a quota is set for the forecast.
- : Boolean!
- # Total quota amount for the forecast.
- : Float!
- # Baseline the forecast is compared against: PreviousPeriod, AveragePerformance,
- # or WeightedAveragePerformance.
- : ForecastPerformanceComparisonType!
- # Per-owner quota allocations making up the total quota.
- : [OpportunityForecastQuotaItem!]!
- }