Skip to main content

gameModelTierFeatures

List tier -> feature grants for an app, optionally filtered to one tier. Requires app-admin ('manage_apps').

gameModelTierFeatures(
appId: BigInt!
tierId: BigInt
): [GmTierFeature!]!

Arguments

gameModelTierFeatures.appId ● BigInt! non-null scalar

The app (tenant) whose tier grants to list.

gameModelTierFeatures.tierId ● BigInt scalar

Optional: only grants for this access tier. Omit for all tiers.

Type

GmTierFeature object

A grant of a feature key to an access tier.