Magidoc

insertApprovalRound
Mutation

Create a new approval round with an initial empty stage for an action. The created stage will have no approvers initially - you'll need to use the deprecated changeApprovalStageApprover mutation to add approvers.

Arguments

#

actionId

ID !
Non-null

ID of the action to add the approval round to

roundId

ID !
Non-null

Unique ID for the new approval round

stageId

ID !
Non-null

Unique ID for the initial approval stage

Response

#

Returns ApprovalRound .

Example

#