INTERFACE
LeadOpportunityProfileInterface
link GraphQL Schema definition
- interface LeadOpportunityProfileInterface {
- # Filter tab restricting which leads and opportunities the profile shows.
- : LeadOpportunityFilterTab!
- # Identifiers of the sales pipelines the profile is restricted to. Null includes
- # all pipelines.
- : [ID!]
- # Ownership scope of the records shown (own, shared, or managing-unit items).
- : OpportunityRoleTab!
- }