OBJECT

AdvertsConnection

The connection type for Advert.

link GraphQL Schema definition

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