INPUT_OBJECT
ImageAnnotationCondition
A condition to be used against ImageAnnotation
object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ImageAnnotationCondition {
- # Checks for equality with the object’s `id` field.
- UUID :
- # Checks for equality with the object’s `type` field.
- GeometryType :
- # Checks for equality with the object’s `detectionItemId` field.
- UUID :
- # Checks for equality with the object’s `x` field.
- BigFloat :
- # Checks for equality with the object’s `y` field.
- BigFloat :
- # Checks for equality with the object’s `width` field.
- BigFloat :
- # Checks for equality with the object’s `height` field.
- BigFloat :
- # Checks for equality with the object’s `label` field.
- String :
- # Checks for equality with the object’s `imageId` field.
- UUID :
- # Checks for equality with the object’s `autoGenerated` field.
- Boolean :
- # Checks for equality with the object’s `createdAt` field.
- Datetime :
- }
link Require by
- DetectionItemnull
- DetectionItemImagesByImageAnnotationDetectionItemIdAndImageIdManyToManyEdgeA `Image` edge in the connection, with data from `ImageAnnotation`.
- Imagenull
- ImageDetectionItemsByImageAnnotationImageIdAndDetectionItemIdManyToManyEdgeA `DetectionItem` edge in the connection, with data from `ImageAnnotation`.
- QueryThe root query type which gives access points into the data universe.