INPUT_OBJECT
ImageAnnotationFilter
A filter to be used against ImageAnnotation object types. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input ImageAnnotationFilter {
- # Filter by the object’s `id` field.
- : UUIDFilter
- # Filter by the object’s `type` field.
- : GeometryTypeFilter
- # Filter by the object’s `detectionItemId` field.
- : UUIDFilter
- # Filter by the object’s `x` field.
- : BigFloatFilter
- # Filter by the object’s `y` field.
- : BigFloatFilter
- # Filter by the object’s `width` field.
- : BigFloatFilter
- # Filter by the object’s `height` field.
- : BigFloatFilter
- # Filter by the object’s `label` field.
- : StringFilter
- # Filter by the object’s `imageId` field.
- : UUIDFilter
- # Filter by the object’s `autoGenerated` field.
- : BooleanFilter
- # Filter by the object’s `createdAt` field.
- : DatetimeFilter
- # Checks for all expressions in this list.
- : [ImageAnnotationFilter!]
- # Checks for any expressions in this list.
- : [ImageAnnotationFilter!]
- # Negates the expression.
- : ImageAnnotationFilter
- }
link Require by
- DetectionItemnull
- DetectionItemImagesByImageAnnotationDetectionItemIdAndImageIdManyToManyEdgeA `Image` edge in the connection, with data from `ImageAnnotation`.
- Imagenull
- ImageAnnotationFilterA filter to be used against `ImageAnnotation` object types. All fields are combined with a logical ‘and.’
- ImageDetectionItemsByImageAnnotationImageIdAndDetectionItemIdManyToManyEdgeA `DetectionItem` edge in the connection, with data from `ImageAnnotation`.
- QueryThe root query type which gives access points into the data universe.