UpdateStepApprovalPayload
The output of our update StepApproval mutation.
type UpdateStepApprovalPayload {
clientMutationId: String
stepApproval: StepApproval
query: Query
workspace: Workspace
step: Step
approvedByAccount: Account
approvedByProfile: Profile
stepApprovalEdge(
orderBy: [StepApprovalsOrderBy!] = [PRIMARY_KEY_ASC]
): StepApprovalsEdge
}
Fields
UpdateStepApprovalPayload.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.
UpdateStepApprovalPayload.stepApproval ● StepApproval object
The StepApproval that was updated by this mutation.
UpdateStepApprovalPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateStepApprovalPayload.workspace ● Workspace object
Reads a single Workspace that is related to this StepApproval.
UpdateStepApprovalPayload.step ● Step object
Reads a single Step that is related to this StepApproval.
UpdateStepApprovalPayload.approvedByAccount ● Account object
Reads a single Account that is related to this StepApproval.
UpdateStepApprovalPayload.approvedByProfile ● Profile object
Reads a single Profile that is related to this StepApproval.
UpdateStepApprovalPayload.stepApprovalEdge ● StepApprovalsEdge object
An edge for our StepApproval. May be used by Relay 1.
UpdateStepApprovalPayload.stepApprovalEdge.orderBy ● [StepApprovalsOrderBy!] list enum
The method to use when ordering StepApproval.
Returned By
updateStepApproval mutation ● updateStepApprovalByNodeId mutation ● updateStepApprovalByStepId mutation