Skip to main content

appAccessTiers

Public listing of an app's access tiers (the free/paid bundles of runtime permissions), ordered by tierOrder ascending. PUBLIC: no authentication required. Powers the marketplace app detail / pricing page. Includes tiers of all statuses; inspect AppAccessTier.status to skip archived tiers.

appAccessTiers(
appId: BigInt!
): [AppAccessTier!]!

Arguments

appAccessTiers.appId ● BigInt! non-null scalar

Numeric id of the app whose access tiers to list.

Type

AppAccessTier object

A free or purchasable access tier for an app, bundling a price and the set of runtime permission keys that granted users receive.