Skip to main content

UpdateStepInternalProcessPayload

The output of our update StepInternalProcess mutation.

type UpdateStepInternalProcessPayload {
clientMutationId: String
stepInternalProcess: StepInternalProcess
query: Query
workspace: Workspace
step: Step
stepInternalProcessEdge(
orderBy: [StepInternalProcessesOrderBy!] = [PRIMARY_KEY_ASC]
): StepInternalProcessesEdge
}

Fields

UpdateStepInternalProcessPayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

UpdateStepInternalProcessPayload.stepInternalProcess ● StepInternalProcess object

The StepInternalProcess that was updated by this mutation.

UpdateStepInternalProcessPayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

UpdateStepInternalProcessPayload.workspace ● Workspace object

Reads a single Workspace that is related to this StepInternalProcess.

UpdateStepInternalProcessPayload.step ● Step object

Reads a single Step that is related to this StepInternalProcess.

UpdateStepInternalProcessPayload.stepInternalProcessEdge ● StepInternalProcessesEdge object

An edge for our StepInternalProcess. May be used by Relay 1.

UpdateStepInternalProcessPayload.stepInternalProcessEdge.orderBy ● [StepInternalProcessesOrderBy!] list enum

The method to use when ordering StepInternalProcess.

Returned By

updateStepInternalProcess mutation ● updateStepInternalProcessByNodeId mutation ● updateStepInternalProcessByStepId mutation ● updateStepInternalProcessByWorkspaceIdAndStepId mutation