Studio Service

FeatureFlagOrg

FeatureFlagOrg

Feature flag organization overrides.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
keyString!Feature flag this record is related to.
orgIdUUID!The id of the organization the feature flag belongs to.
valueBooleanThe default value of this feature flag.
customValueBooleanThe custom_value of this feature flag for the org.
customizableBooleanCan this org edit the value.
featureFlagByKeyFeatureFlagReads a single `FeatureFlag` that is related to this `FeatureFlagOrg`.
orgByOrgIdOrgReads a single `Org` that is related to this `FeatureFlagOrg`.