ApprovalStage Object
An approval stage represents one step in an approval round where specific approvers must review and approve. Multiple stages execute sequentially within a round.
Fields
#
_id
ID !
Non-null
Unique identifier for the approval stage. Use this value as the stageId parameter in mutations like changeApprovalStageApprover.
sortIndex
Sort order of this stage within its round (0-based). This is NOT the stage ID - use the _id field for mutations.
statusAfterApproval
Configuration for action status changes based on approval outcome.
Usages
#
References
#
- Field nextApprovalStage from Query
- Field insertApprovalStage from Mutation
- Field changeApprovalStageApprover from Mutation
Previous
ApprovalSettingsEnum