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