Skip to main content

GrantTierFeatureInput

Grant or revoke a feature key for an access tier.

input GrantTierFeatureInput {
appId: BigInt!
tierId: BigInt!
featureKey: String!
}

Fields

GrantTierFeatureInput.appId ● BigInt! non-null scalar

The app (tenant).

GrantTierFeatureInput.tierId ● BigInt! non-null scalar

The access tier id.

GrantTierFeatureInput.featureKey ● String! non-null scalar

The feature key to grant to (or revoke from) the tier.

Member Of

gameModelGrantTierFeature mutation ● gameModelRevokeTierFeature mutation