Studio Service

FeatureFlagVisibilityFilter

FeatureFlagVisibilityFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToFeatureFlagVisibilityEqual to the specified value.
notEqualToFeatureFlagVisibilityNot equal to the specified value.
distinctFromFeatureFlagVisibilityNot equal to the specified value, treating null like an ordinary value.
notDistinctFromFeatureFlagVisibilityEqual to the specified value, treating null like an ordinary value.
in[FeatureFlagVisibility!]Included in the specified list.
notIn[FeatureFlagVisibility!]Not included in the specified list.
lessThanFeatureFlagVisibilityLess than the specified value.
lessThanOrEqualToFeatureFlagVisibilityLess than or equal to the specified value.
greaterThanFeatureFlagVisibilityGreater than the specified value.
greaterThanOrEqualToFeatureFlagVisibilityGreater than or equal to the specified value.