INPUT_OBJECT

AssignAddressesAttributes

link GraphQL Schema definition

  • input AssignAddressesAttributes {
  • # Assign addresses to this user ID.
  • userId: ID
  • # Array of IDs of specific deal to move.
  • selectedAddressIds: [ID!]
  • # Filter for addresses.
  • filterSet: FilterSetAttributes
  • # Array of IDs of addresses to omit.
  • deselectedAddressIds: [ID!]
  • # Prospecting area ID to filter addresses.
  • prospectingAreaId: ID
  • }