DeleteStepInternalProcessPayload
The output of our delete StepInternalProcess mutation.
type DeleteStepInternalProcessPayload {
clientMutationId: String
stepInternalProcess: StepInternalProcess
deletedStepInternalProcessNodeId: ID
query: Query
workspace: Workspace
step: Step
stepInternalProcessEdge(
orderBy: [StepInternalProcessesOrderBy!] = [PRIMARY_KEY_ASC]
): StepInternalProcessesEdge
}
Fields
DeleteStepInternalProcessPayload.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.
DeleteStepInternalProcessPayload.stepInternalProcess ● StepInternalProcess object
The StepInternalProcess that was deleted by this mutation.
DeleteStepInternalProcessPayload.deletedStepInternalProcessNodeId ● ID scalar
DeleteStepInternalProcessPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
DeleteStepInternalProcessPayload.workspace ● Workspace object
Reads a single Workspace that is related to this StepInternalProcess.
DeleteStepInternalProcessPayload.step ● Step object
Reads a single Step that is related to this StepInternalProcess.
DeleteStepInternalProcessPayload.stepInternalProcessEdge ● StepInternalProcessesEdge object
An edge for our StepInternalProcess. May be used by Relay 1.
DeleteStepInternalProcessPayload.stepInternalProcessEdge.orderBy ● [StepInternalProcessesOrderBy!] list enum
The method to use when ordering StepInternalProcess.
Returned By
deleteStepInternalProcess mutation ● deleteStepInternalProcessByNodeId mutation ● deleteStepInternalProcessByStepId mutation ● deleteStepInternalProcessByWorkspaceIdAndStepId mutation