Skip to main content

gameModelDefineFeature

Define an app feature key that functions can gate on (via a tier_feature authority rule) and that access tiers can be granted. Idempotent on (app, featureKey). Requires app-admin ('manage_apps').

gameModelDefineFeature(
input: DefineAppFeatureInput!
): GmAppFeature!

Arguments

gameModelDefineFeature.input ● DefineAppFeatureInput! non-null input

The app, the feature key, and an optional description.

Type

GmAppFeature object

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