INPUT_OBJECT

CreateLetterCampaignAttributes

link GraphQL Schema definition

  • input CreateLetterCampaignAttributes {
  • # Contact filter for campaign
  • filterSet: FilterSetAttributes
  • # Array of selected contact ids (mutually exclusive with deselectedContactIds)
  • selectedContactIds: [ID!]
  • # Array of deselected contact ids (mutually exclusive with selectedContactIds)
  • deselectedContactIds: [ID!]
  • # create a campaign for this property's buyers or tenants
  • buyerTenantPropertyId: ID
  • # Recipient Type will be Owner or Tenant
  • recipientType: String
  • # Array of address ids
  • addressIds: [ID!]
  • # Name of the model used in filter
  • filterModelName: String
  • }