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