Skip to main content

CreatePlaybookInput

All input for the create Playbook mutation.

input CreatePlaybookInput {
clientMutationId: String
playbook: PlaybookInput!
}

Fields

CreatePlaybookInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

CreatePlaybookInput.playbook ● PlaybookInput! non-null input

The Playbook to be created by this mutation.

Member Of

createPlaybook mutation