INTERFACE
LeadOpptyPipelineProfileInterface
link GraphQL Schema definition
- interface LeadOpptyPipelineProfileInterface {
- # Identifiers of the lead processes the profile is restricted to. Null includes
- # all lead processes.
- : [UUID!]
- : ProfileFilterBaseInterface!
- # Identifiers of the sales pipelines the profile is restricted to. Null includes
- # all pipelines.
- : [ID!]
- }