FeatureFlagFilter
FeatureFlagFilter
A filter to be used against FeatureFlag
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
key | StringFilter | Filter by the object’s `key` field. | |
value | BooleanFilter | Filter by the object’s `value` field. | |
overwriteValue | BooleanFilter | Filter by the object’s `overwriteValue` field. | |
defaultCustomizable | BooleanFilter | Filter by the object’s `defaultCustomizable` field. | |
visibility | FeatureFlagVisibilityFilter | Filter by the object’s `visibility` field. | |
tags | FeatureFlagTagsListFilter | Filter by the object’s `tags` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
description | StringFilter | Filter by the object’s `description` field. | |
and | [FeatureFlagFilter!] | Checks for all expressions in this list. | |
or | [FeatureFlagFilter!] | Checks for any expressions in this list. | |
not | FeatureFlagFilter | Negates the expression. |