INPUT_OBJECT

AssignDealsAttributes

link GraphQL Schema definition

  • input AssignDealsAttributes {
  • # Assign deals to this user ID.
  • userId: ID
  • # Array of IDs of specific deal to move.
  • selectedDealIds: [ID!]
  • # ID of the pipeline to move deals from.
  • pipelineId: ID
  • # Filter for deals.
  • filterSet: FilterSetAttributes
  • # Array of IDs of deals to omit.
  • deselectedDealIds: [ID!]
  • }