UpdateStepPayload
The output of our update Step mutation.
type UpdateStepPayload {
clientMutationId: String
step: Step
query: Query
stage: Stage
ownerAccount: Account
ownerProfile: Profile
playbook: Playbook
createdBy: WorkspaceAccount
parentStep: Step
libraryStep: Step
stepEdge(
orderBy: [StepsOrderBy!] = [PRIMARY_KEY_ASC]
): StepsEdge
}
Fields
UpdateStepPayload.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.
UpdateStepPayload.step ● Step object
The Step that was updated by this mutation.
UpdateStepPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateStepPayload.stage ● Stage object
Reads a single Stage that is related to this Step.
UpdateStepPayload.ownerAccount ● Account object
Reads a single Account that is related to this Step.
UpdateStepPayload.ownerProfile ● Profile object
Reads a single Profile that is related to this Step.
UpdateStepPayload.playbook ● Playbook object
Reads a single Playbook that is related to this Step.
UpdateStepPayload.createdBy ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this Step.
UpdateStepPayload.parentStep ● Step object
Reads a single Step that is related to this Step.
UpdateStepPayload.libraryStep ● Step object
Reads a single Step that is related to this Step.
UpdateStepPayload.stepEdge ● StepsEdge object
An edge for our Step. May be used by Relay 1.
UpdateStepPayload.stepEdge.orderBy ● [StepsOrderBy!] list enum
The method to use when ordering Step.
Returned By
updateStep mutation ● updateStepByNodeId mutation