Qualio Docs

API Documentation from the Qualio Team

CreateChangeControlDocument

Allows creating a new change control.

Example usage:

mutation createCC {
    createChangeControl(
        title:"Example title"
        document: "XXJyUh9F6CeVvv"
    ) {
        errors {
            __typename
        }
        changeControl {
            id
        }
    }
}

Fields

errors ([AnyMutationError])

Mutation errors. Provides information about missing content or privilages

changeControl (ChangeControl)