Skip to main content

upsertStepInternalProcessByIdInput

All input for the upsertStepInternalProcessById mutation.

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

Fields

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

upsertStepInternalProcessByIdInput.stepInternalProcess ● StepInternalProcessInput! non-null input

The StepInternalProcess to be created by this mutation.

upsertStepInternalProcessByIdInput.patch ● StepInternalProcessPatch! non-null input

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

Member Of

upsertStepInternalProcessById mutation