Skip to main content

GmTierFeature

A grant of a feature key to an access tier.

type GmTierFeature {
appId: BigInt!
tierId: BigInt!
featureKey: String!
}

Fields

GmTierFeature.appId ● BigInt! non-null scalar

The app (tenant).

GmTierFeature.tierId ● BigInt! non-null scalar

The access tier the feature is granted to.

GmTierFeature.featureKey ● String! non-null scalar

The feature key granted to the tier.

Returned By

gameModelGrantTierFeature mutation ● gameModelTierFeatures query