OBJECT

AdvertConnection

The connection type for Advert.

link GraphQL Schema definition

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