Skip to main content

upsertStepInternalProcessByStepIdInput

All input for the upsertStepInternalProcessByStepId mutation.

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

Fields

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

upsertStepInternalProcessByStepIdInput.stepInternalProcess ● StepInternalProcessInput! non-null input

The StepInternalProcess to be created by this mutation.

upsertStepInternalProcessByStepIdInput.patch ● StepInternalProcessPatch! non-null input

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

Member Of

upsertStepInternalProcessByStepId mutation