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