OBJECT
DashboardOpportunitiesTrend
link GraphQL Schema definition
- type DashboardOpportunitiesTrend {
- # Display settings controlling which value series, period, and granularity the
- # trend chart shows.
- : DashboardOpportunitiesTrendView!
- # Goal definition drawn as the target line on the trend chart.
- : DashboardTargetTab!
- # Filter conditions limiting which opportunities contribute to the trend.
- : FieldFilter!
- }