Studio Service

FeatureFlagFilter

FeatureFlagFilter

A filter to be used against FeatureFlag object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
keyStringFilterFilter by the object’s `key` field.
valueBooleanFilterFilter by the object’s `value` field.
overwriteValueBooleanFilterFilter by the object’s `overwriteValue` field.
defaultCustomizableBooleanFilterFilter by the object’s `defaultCustomizable` field.
visibilityFeatureFlagVisibilityFilterFilter by the object’s `visibility` field.
tagsFeatureFlagTagsListFilterFilter by the object’s `tags` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
descriptionStringFilterFilter by the object’s `description` field.
and[FeatureFlagFilter!]Checks for all expressions in this list.
or[FeatureFlagFilter!]Checks for any expressions in this list.
notFeatureFlagFilterNegates the expression.