RemoveContactFromCampaignInput
No description
input RemoveContactFromCampaignInput {
contact_id: Int
email: String
campaign_id: Int!
comment: String
}
Fields
RemoveContactFromCampaignInput.contact_id ● Int scalar
RemoveContactFromCampaignInput.email ● String scalar
RemoveContactFromCampaignInput.campaign_id ● Int! non-null scalar
RemoveContactFromCampaignInput.comment ● String scalar
If provided, this comment will appear in the Activity Stream entry that will be made when the contact is removed from the campaign
Member Of
removeFromCampaign mutation


