OBJECT

ImagesConnection

The connection type for Image.

link GraphQL Schema definition

  • type ImagesConnection {
  • # A list of edges.
  • edges: [ImagesEdge]
  • # A list of nodes.
  • nodes: [Image]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }