FilterBooleanInput
About FilterBooleanInput
FilterBooleanInput
allows for filtering based on a Boolean parameter. Only one field should be provided per filter object.
eq
If provided, the Boolean input must be the same as the value provided to match the current filter.
Type: Boolean
ne
If provided, the Boolean input must not be the same as the value provided to match the current filter.
Type: Boolean
attributeExists
If provided and true, the filter will pass only if there is a Boolean in the corresponding field. If provided and false, the filter will pass only if there is not a Boolean in the corresponding field.
Type: Boolean