KeyValueHashFilter
KeyValueHashFilter
A filter to be used against KeyValueHash 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 | KeyValueHash | Equal to the specified value. | |
notEqualTo | KeyValueHash | Not equal to the specified value. | |
distinctFrom | KeyValueHash | Not equal to the specified value, treating null like an ordinary value. | |
notDistinctFrom | KeyValueHash | Equal 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. | |
contains | KeyValueHash | Contains the specified KeyValueHash. | |
containedBy | KeyValueHash | Contained by the specified KeyValueHash. |