Skip to main content

AppFeatureFlag

Application feature flag configuration and status

type AppFeatureFlag {
actorsValue: [Party!]!
booleanValue: Boolean!
enabled: Boolean!
key: String!
percentageOfActors: Int!
percentageOfTime: Int!
state: String!
}

Fields

AppFeatureFlag.actorsValue ● [Party!]! non-null object

List of actor IDs with explicit access

AppFeatureFlag.booleanValue ● Boolean! non-null scalar

Global boolean gate value

AppFeatureFlag.enabled ● Boolean! non-null scalar

Whether the feature is enabled for current user

AppFeatureFlag.key ● String! non-null scalar

Feature flag unique key

AppFeatureFlag.percentageOfActors ● Int! non-null scalar

Percentage of actors with access (0-100)

AppFeatureFlag.percentageOfTime ● Int! non-null scalar

Percentage of time feature is enabled (0-100)

AppFeatureFlag.state ● String! non-null scalar

Feature state: 'on', 'off', or 'conditional'

Returned By

appFeatureFlags query