INTERFACE

PipelineProfileInterface

link GraphQL Schema definition

  • interface PipelineProfileInterface {
  • filter: ProfileFilterBaseInterface!
  • # Identifiers of the sales pipelines the profile is restricted to. Null includes
  • # all pipelines.
  • salesPipeline: [ID!]
  • }