Skip to main content

DeleteStepInternalProcessByNodeIdInput

All input for the deleteStepInternalProcessByNodeId mutation.

input DeleteStepInternalProcessByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteStepInternalProcessByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteStepInternalProcessByNodeId mutation