Skip to main content

ApprovalUsage

Represents an account's approvals usage against its plan limits.

type ApprovalUsage {
flowLimit: Int
flowsUsedThisMonth: Int!
flowLimitReached: Boolean!
templateLimit: Int
templatesUsed: Int!
templateLimitReached: Boolean!
}

Fields

ApprovalUsage.flowLimit ● Int scalar

Max approval flows that can be initiated per calendar month; null means unlimited.

ApprovalUsage.flowsUsedThisMonth ● Int! non-null scalar

Approval flows initiated in the current calendar month.

ApprovalUsage.flowLimitReached ● Boolean! non-null scalar

Whether the monthly approval flow limit has been reached.

ApprovalUsage.templateLimit ● Int scalar

Max number of approval templates; null means unlimited.

ApprovalUsage.templatesUsed ● Int! non-null scalar

Current number of approval templates.

ApprovalUsage.templateLimitReached ● Boolean! non-null scalar

Whether the approval template limit has been reached.