Feature
A feature flag configured for an application.
type Feature implements Model {
active: Boolean
appId: Int
context: String
id: Int
name: String
}
Fields
Feature.active ● Boolean scalar common
Whether the feature flag is currently active.
Feature.appId ● Int scalar common
The application ID that owns the feature flag.
Feature.context ● String scalar common
The optional context for the feature flag.
Feature.id ● Int scalar common
The unique identifier for the feature flag.
Feature.name ● String scalar common
The feature flag name.
Interfaces
Model interface common
A model with an integer identifier.
Member Of
App object ● AppFeaturePayload object