Skip to main content

CreateStepInput

All input for the create Step mutation.

input CreateStepInput {
clientMutationId: String
step: StepInput!
accordId: String
}

Fields

CreateStepInput.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.

CreateStepInput.step ● StepInput! non-null input

The Step to be created by this mutation.

CreateStepInput.accordId ● String scalar

When creating a library (playbook) step, the accord to mirror the step onto. It is added to that accord's stages deriving from the library stage; accords other than this one are left untouched.

Member Of

createStep mutation