campaignUpdate
Graphql fields and variables for the campaignUpdate mutation
mutation campaignUpdate ($id: ID!, $attributes: CampaignAttributes!) {
campaignUpdate (id: $id, attributes: $attributes) {
campaign {
code
contactCount
endDate
id
leadCount
name
ownerUserId
startDate
}
errors
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
