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