FeatureFlagOrgFilter
FeatureFlagOrgFilter
A filter to be used against FeatureFlagOrg object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| key | StringFilter | Filter by the object’s `key` field. | |
| orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
| value | BooleanFilter | Filter by the object’s `value` field. | |
| customValue | BooleanFilter | Filter by the object’s `customValue` field. | |
| customizable | BooleanFilter | Filter by the object’s `customizable` field. | |
| and | [FeatureFlagOrgFilter!] | Checks for all expressions in this list. | |
| or | [FeatureFlagOrgFilter!] | Checks for any expressions in this list. | |
| not | FeatureFlagOrgFilter | Negates the expression. | |