Skip to main content

CreateStepResourceInput

All input for the create StepResource mutation.

input CreateStepResourceInput {
clientMutationId: String
stepResource: StepResourceInput!
}

Fields

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

CreateStepResourceInput.stepResource ● StepResourceInput! non-null input

The StepResource to be created by this mutation.

Member Of

createStepResource mutation