Skip to main content

upsertStepInternalProcessByWorkspaceIdAndStepIdInput

All input for the upsertStepInternalProcessByWorkspaceIdAndStepId mutation.

input upsertStepInternalProcessByWorkspaceIdAndStepIdInput {
clientMutationId: String
stepInternalProcess: StepInternalProcessInput!
patch: StepInternalProcessPatch!
}

Fields

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

upsertStepInternalProcessByWorkspaceIdAndStepIdInput.stepInternalProcess ● StepInternalProcessInput! non-null input

The StepInternalProcess to be created by this mutation.

upsertStepInternalProcessByWorkspaceIdAndStepIdInput.patch ● StepInternalProcessPatch! non-null input

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

Member Of

upsertStepInternalProcessByWorkspaceIdAndStepId mutation