Skip to main content

ApprovalStep

No description

type ApprovalStep {
reference_id: UUID
step_order: Int!
type: ApprovalStepType!
}

Fields

ApprovalStep.reference_id ● UUID scalar

Reference to the approver (user, group, or function ID) Required for all types except AUTO

ApprovalStep.step_order ● Int! non-null scalar

Order of this step in the approval workflow (must be unique and positive)

ApprovalStep.type ● ApprovalStepType! non-null enum

Type of approval required for this step

Member Of

Resource object