InternetAddressFilter
InternetAddressFilter
A filter to be used against InternetAddress 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 | InternetAddress | Equal to the specified value. | |
notEqualTo | InternetAddress | Not equal to the specified value. | |
distinctFrom | InternetAddress | Not equal to the specified value, treating null like an ordinary value. | |
notDistinctFrom | InternetAddress | Equal to the specified value, treating null like an ordinary value. | |
in | [InternetAddress!] | Included in the specified list. | |
notIn | [InternetAddress!] | Not included in the specified list. | |
lessThan | InternetAddress | Less than the specified value. | |
lessThanOrEqualTo | InternetAddress | Less than or equal to the specified value. | |
greaterThan | InternetAddress | Greater than the specified value. | |
greaterThanOrEqualTo | InternetAddress | Greater than or equal to the specified value. | |
contains | InternetAddress | Contains the specified internet address. | |
containedBy | InternetAddress | Contained by the specified internet address. |