Skip to main content

ApprovalStepInput

No description

input ApprovalStepInput {
reference_id: UUID
step_order: Int!
type: ApprovalStepType!
}

Fields

ApprovalStepInput.reference_id ● UUID scalar

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

ApprovalStepInput.step_order ● Int! non-null scalar

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

ApprovalStepInput.type ● ApprovalStepType! non-null enum

The type of approval this step will require

Member Of

ResourceCreateData input ● ResourceUpdateData input