OBJECT
ImageAnnotationsConnection
A connection to a list of ImageAnnotation
values.
link GraphQL Schema definition
- type ImageAnnotationsConnection {
- # A list of `ImageAnnotation` objects.
- ImageAnnotation]! : [
- # A list of edges which contains the `ImageAnnotation` and cursor to aid in
- # pagination.
- ImageAnnotationsEdge!]! : [
- # Information to aid in pagination.
- PageInfo! :
- # The count of *all* `ImageAnnotation` you could get from the connection.
- Int! :
- }
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.