FeatureFlagOrg
FeatureFlagOrg
Feature flag organization overrides.
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| key | String! | Feature flag this record is related to. | |
| orgId | UUID! | The id of the organization the feature flag belongs to. | |
| value | Boolean | The default value of this feature flag. | |
| customValue | Boolean | The custom_value of this feature flag for the org. | |
| customizable | Boolean | Can this org edit the value. | |
| featureFlagByKey | FeatureFlag | Reads a single `FeatureFlag` that is related to this `FeatureFlagOrg`. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `FeatureFlagOrg`. | |