OBJECT
DashboardPipelineConversionsChart
link GraphQL Schema definition
- type DashboardPipelineConversionsChart {
- # Display name of the pipeline conversions chart.
- : String!
- # Optional free-text description shown alongside the chart.
- : String
- # Aggregation applied to the opportunities counted in each pipeline step (Count,
- # Sum, Average, Min, Max).
- : AggregationOperator!
- # Identifier of the sales pipeline whose step-to-step conversion rates are
- # charted.
- : UUID!
- # Opportunity filter conditions limiting which opportunities are included in the
- # conversion calculation.
- : OpportunityFilterTab
- }