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