INPUT_OBJECT
CreateEmailCampaignInput
Autogenerated input type of CreateEmailCampaign
link GraphQL Schema definition
- input CreateEmailCampaignInput {
- # 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
- # Name of the model used in filter
- : String
- # A unique identifier for the client performing the mutation.
- : String
- }