Object

ProviderFeatureFlag

A feature flag resolved for the current provider, distinguishing an admin (org/location/global) force-on from the provider's own opt-in

Usage Example
query {
# Use this type in your queries
someQuery {
enabled
forcedOn
id
name
}
}

Fields

enabledBoolean!required

The effective value for this provider: an admin force-on OR the provider's own opt-in. Defaults to false.

forcedOnBoolean!required

Whether an admin has force-enabled the flag at the org/location/global level, which overrides the provider's own choice. When true the provider is locked on and the toggle is hidden.

idID
nameFeatureFlagEnum!required