UUIDListFilter
UUIDListFilter
A filter to be used against UUID List 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 | [UUID] | Equal to the specified value. | |
notEqualTo | [UUID] | Not equal to the specified value. | |
distinctFrom | [UUID] | Not equal to the specified value, treating null like an ordinary value. | |
notDistinctFrom | [UUID] | Equal to the specified value, treating null like an ordinary value. | |
lessThan | [UUID] | Less than the specified value. | |
lessThanOrEqualTo | [UUID] | Less than or equal to the specified value. | |
greaterThan | [UUID] | Greater than the specified value. | |
greaterThanOrEqualTo | [UUID] | Greater than or equal to the specified value. | |
contains | [UUID] | Contains the specified list of values. | |
containedBy | [UUID] | Contained by the specified list of values. | |
overlaps | [UUID] | Overlaps the specified list of values. | |
anyEqualTo | UUID | Any array item is equal to the specified value. |