INPUT_OBJECT
DetectionItemCondition
A condition to be used against DetectionItem
object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DetectionItemCondition {
- # Checks for equality with the object’s `id` field.
- UUID :
- # Checks for equality with the object’s `label` field.
- String :
- # Checks for equality with the object’s `organizationId` field.
- UUID :
- # Checks for equality with the object’s `siteId` field.
- String :
- # Checks for equality with the object’s `customerId` field.
- String :
- # Checks for equality with the object’s `globalId` field.
- UUID :
- # Checks for equality with the object’s `type` field.
- DetectionItemType :
- # Checks for equality with the object’s `attributes` field.
- String :
- }