Skip to main content

UpdateStepApprovalByStepIdInput

All input for the updateStepApprovalByStepId mutation.

input UpdateStepApprovalByStepIdInput {
clientMutationId: String
patch: StepApprovalPatch!
stepId: String!
}

Fields

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

UpdateStepApprovalByStepIdInput.patch ● StepApprovalPatch! non-null input

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

UpdateStepApprovalByStepIdInput.stepId ● String! non-null scalar

Member Of

updateStepApprovalByStepId mutation