INPUT_OBJECT
DetectionItemFilter
A filter to be used against DetectionItem object types. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input DetectionItemFilter {
- # Filter by the object’s `id` field.
- : UUIDFilter
- # Filter by the object’s `label` field.
- : StringFilter
- # Filter by the object’s `organizationId` field.
- : UUIDFilter
- # Filter by the object’s `siteId` field.
- : StringFilter
- # Filter by the object’s `customerId` field.
- : StringFilter
- # Filter by the object’s `globalId` field.
- : UUIDFilter
- # Filter by the object’s `type` field.
- : DetectionItemTypeFilter
- # Filter by the object’s `attributes` field.
- : StringFilter
- # Checks for all expressions in this list.
- : [DetectionItemFilter!]
- # Checks for any expressions in this list.
- : [DetectionItemFilter!]
- # Negates the expression.
- : DetectionItemFilter
- }