INPUT_OBJECT

ExportAddressesAttributes

link GraphQL Schema definition

  • input ExportAddressesAttributes {
  • # Filter for addresses.
  • filterSet: FilterSetAttributes
  • # Array of IDs of specific addresses.
  • selectedAddressIds: [ID!]
  • # Array of IDs of addresses to omit.
  • deselectedAddressIds: [ID!]
  • # Prospecting area ID to filter addresses.
  • prospectingAreaId: ID
  • }