Skip to main content

disableFeature

Disable a feature flag for an application.

disableFeature(
input: AppFeatureInput
): AppFeaturePayload

Example

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

Arguments

disableFeature.input ● AppFeatureInput input common

The application and feature values to disable.

Type

AppFeaturePayload object common

The application feature state after a feature mutation.