gameModelFeatures
List the feature keys defined for an app. Requires app-admin ('manage_apps').
gameModelFeatures(
appId: BigInt!
): [GmAppFeature!]!
Arguments
gameModelFeatures.appId ● BigInt! non-null scalar
The app (tenant) whose features to list.
Type
GmAppFeature object
An app feature key that functions can gate on and tiers can grant.