OBJECT
ImageDetectionItemsByImageAnnotationImageIdAndDetectionItemIdManyToManyConnection
A connection to a list of DetectionItem values, with data from ImageAnnotation.
link GraphQL Schema definition
- type ImageDetectionItemsByImageAnnotationImageIdAndDetectionItemIdManyToManyConnection {
- # A list of `DetectionItem` objects.
- : [DetectionItem]!
- # A list of edges which contains the `DetectionItem`, info from the
- # `ImageAnnotation`, and the cursor to aid in pagination.
- : [ImageDetectionItemsByImageAnnotationImageIdAndDetectionItemIdManyToManyEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `DetectionItem` you could get from the connection.
- : Int!
- }