INPUT_OBJECT

AddressTaggingAttributes

link GraphQL Schema definition

  • input AddressTaggingAttributes {
  • # Property tag ID to filter addresses.
  • propertyTagId: 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
  • }