FeatureFlagVisibilityFilter
FeatureFlagVisibilityFilter
A filter to be used against FeatureFlagVisibility fields. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
isNull | Boolean | Is null (if `true` is specified) or is not null (if `false` is specified). | |
equalTo | FeatureFlagVisibility | Equal to the specified value. | |
notEqualTo | FeatureFlagVisibility | Not equal to the specified value. | |
distinctFrom | FeatureFlagVisibility | Not equal to the specified value, treating null like an ordinary value. | |
notDistinctFrom | FeatureFlagVisibility | Equal 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. | |
lessThan | FeatureFlagVisibility | Less than the specified value. | |
lessThanOrEqualTo | FeatureFlagVisibility | Less than or equal to the specified value. | |
greaterThan | FeatureFlagVisibility | Greater than the specified value. | |
greaterThanOrEqualTo | FeatureFlagVisibility | Greater than or equal to the specified value. |