Studio Service

KeyValueHashFilter

KeyValueHashFilter

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

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToKeyValueHashEqual to the specified value.
notEqualToKeyValueHashNot equal to the specified value.
distinctFromKeyValueHashNot equal to the specified value, treating null like an ordinary value.
notDistinctFromKeyValueHashEqual to the specified value, treating null like an ordinary value.
in[KeyValueHash!]Included in the specified list.
notIn[KeyValueHash!]Not included in the specified list.
containsKeyValueHashContains the specified KeyValueHash.
containedByKeyValueHashContained by the specified KeyValueHash.