Skip to main content

UpdateStepInternalProcessByNodeIdInput

All input for the updateStepInternalProcessByNodeId mutation.

input UpdateStepInternalProcessByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: StepInternalProcessPatch!
}

Fields

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

UpdateStepInternalProcessByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single StepInternalProcess to be updated.

UpdateStepInternalProcessByNodeIdInput.patch ● StepInternalProcessPatch! non-null input

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

Member Of

updateStepInternalProcessByNodeId mutation