Skip to main content

CreateStepApprovalInput

All input for the create StepApproval mutation.

input CreateStepApprovalInput {
clientMutationId: String
stepApproval: StepApprovalInput!
}

Fields

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

CreateStepApprovalInput.stepApproval ● StepApprovalInput! non-null input

The StepApproval to be created by this mutation.

Member Of

createStepApproval mutation