INPUT_OBJECT

ModelDetectionItemCondition

A condition to be used against ModelDetectionItem object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input ModelDetectionItemCondition {
  • # Checks for equality with the object’s `modelId` field.
  • modelId: UUID
  • # Checks for equality with the object’s `detectionItemId` field.
  • detectionItemId: UUID
  • # Checks for equality with the object’s `id` field.
  • id: UUID
  • }