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.
  • nodes: [DetectionItem]!
  • # A list of edges which contains the `DetectionItem`, info from the
  • # `ImageAnnotation`, and the cursor to aid in pagination.
  • edges: [ImageDetectionItemsByImageAnnotationImageIdAndDetectionItemIdManyToManyEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `DetectionItem` you could get from the connection.
  • totalCount: Int!
  • }

link Require by