OBJECT
ForecastPipelineViewOptions
link GraphQL Schema definition
- type ForecastPipelineViewOptions {
- # Identifier of the field the records are sorted by.
- : ID!
- # Sort direction: Asc for ascending, Desc for descending.
- : SortOrder!
- # How opportunity cards are grouped on the pipeline board: NoGrouping, Owner,
- # Account, Contact, Unit, or ClosingDate.
- : OpportunityGroupBy!
- # When true, shows the opportunity value on each card.
- : Boolean!
- # When true, shows the opportunity ranking on each card.
- : Boolean!
- # When true, shows the assigned labels on each card.
- : Boolean!
- # When true, shows the opportunity velocity on each card.
- : Boolean!
- # When true, shows the fitness indicator on each card.
- : Boolean!
- # Identifiers of additional fields to display on each card.
- : [UUID!]
- }