INTERFACE
OpportunityProfileInterface
link GraphQL Schema definition
- interface OpportunityProfileInterface {
- # Filter tab restricting which opportunities the profile shows.
- : OpportunityFilterTab!
- # Identifiers of the sales pipelines the profile is restricted to. Null includes
- # all pipelines.
- : [ID!]
- }