createChangeControl
Allows creating a new change control.
Example usage:
mutation createCC {
createChangeControl(
title:"Example title"
document: "XXJyUh9F6CeVvv"
) {
errors {
__typename
}
changeControl {
id
}
}
}
Input fields
document (
ID!)
sections (
[ChangeControlSectionInput])
suppressNotifications (
Boolean)
Determines if email notifications will be sent on action
title (
String!)
Return fields
errors (
[AnyMutationError])
Mutation errors. Provides information about missing content or privilages
changeControl (
ChangeControl)