Magidoc

approvalStages
Query

Retrieve all approval stages for a specific approval round. Returns a paginated list of stages. Use this to view existing stages in a round before modifying approvers or stage settings.

Arguments

#

roundId

ID !
Non-null

ID of the approval round to get stages for

first = 20

Maximum number of stages to return (default: 60)

last

Maximum number of stages to return from the end

before

Cursor to return stages before

after

Cursor to return stages after

Response

#

Returns ApprovalStageConnection .

Example

#