Magidoc

insertApprovalStage
Mutation

Add a new empty approval stage to an existing approval round. The created stage will have no approvers initially - you'll need to use the changeApprovalItem mutation to add approvers.

Arguments

#

actionId

ID !
Non-null

ID of the action to add the stage to

roundId

ID !
Non-null

ID of the approval round to add this stage to

stageId

Optional unique ID for the new stage (will be auto-generated if not provided)

Response

#

Returns ApprovalStage .

Example

#