Skip to main content

UpdateStepApprovalInput

All input for the updateStepApproval mutation.

input UpdateStepApprovalInput {
clientMutationId: String
patch: StepApprovalPatch!
id: String!
}

Fields

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

UpdateStepApprovalInput.patch ● StepApprovalPatch! non-null input

An object where the defined keys will be set on the StepApproval being updated.

UpdateStepApprovalInput.id ● String! non-null scalar

Member Of

updateStepApproval mutation