campaign
Graphql fields and variables for the campaign query
query campaign ($id: ID, $code: String, $format: String) {
campaign (id: $id, code: $code, format: $format) {
code
contactCount
endDate
id
leadCount
name
ownerUserId
startDate
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
