OBJECT

ImageAnnotationsConnection

A connection to a list of ImageAnnotation values.

link GraphQL Schema definition

  • type ImageAnnotationsConnection {
  • # A list of `ImageAnnotation` objects.
  • nodes: [ImageAnnotation]!
  • # A list of edges which contains the `ImageAnnotation` and cursor to aid in
  • # pagination.
  • edges: [ImageAnnotationsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `ImageAnnotation` you could get from the connection.
  • totalCount: Int!
  • }