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