OBJECT

ImageConnection

The connection type for Image.

link GraphQL Schema definition

  • type ImageConnection {
  • # A list of edges.
  • edges: [ImageEdge]
  • # A list of nodes.
  • nodes: [Image]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }