Skip to main content

enableFeature

Enable a feature flag for an application.

enableFeature(
input: AppFeatureInput
): AppFeaturePayload

Example

mutation ($input: AppFeatureInput) {
enableFeature(input: $input) {
features {
active
appId
context
id
name
}
total
}
}

Arguments

enableFeature.input ● AppFeatureInput input common

The application and feature values to enable.

Type

AppFeaturePayload object common

The application feature state after a feature mutation.