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