OBJECT
DashboardOpportunitiesTrendView
link GraphQL Schema definition
- type DashboardOpportunitiesTrendView {
- # When true, the chart plots the probability-weighted opportunity value series.
- : Boolean!
- # When true, the chart plots the raw (unweighted) opportunity value series.
- : Boolean!
- # When true, the chart plots the balanced opportunity value series.
- : Boolean!
- # When true, the chart plots the won opportunity value series.
- : Boolean!
- # When true, the chart plots the ranked opportunity value series.
- : Boolean!
- # When true, the goal is drawn as a target line over the value series.
- : Boolean!
- # Time range covered by the trend chart.
- : PeriodOption!
- # Time bucket each data point represents: Day, Week, Month, Quarter, or Year.
- : PeriodGranularity!
- }