Studio Service

UUIDFilter

UUIDFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToUUIDEqual to the specified value.
notEqualToUUIDNot equal to the specified value.
distinctFromUUIDNot equal to the specified value, treating null like an ordinary value.
notDistinctFromUUIDEqual to the specified value, treating null like an ordinary value.
in[UUID!]Included in the specified list.
notIn[UUID!]Not included in the specified list.
lessThanUUIDLess than the specified value.
lessThanOrEqualToUUIDLess than or equal to the specified value.
greaterThanUUIDGreater than the specified value.
greaterThanOrEqualToUUIDGreater than or equal to the specified value.