Skip to main content

GmAppFeature

An app feature key that functions can gate on and tiers can grant.

type GmAppFeature {
appId: BigInt!
featureKey: String!
description: String
}

Fields

GmAppFeature.appId ● BigInt! non-null scalar

The app (tenant) that defines the feature.

GmAppFeature.featureKey ● String! non-null scalar

The feature key (referenced by tier_feature authority rules).

GmAppFeature.description ● String scalar

Optional description of the feature.

Returned By

gameModelDefineFeature mutation ● gameModelFeatures query