OBJECT

AllAdvertsConnection

The connection type for AllAdvert.

link GraphQL Schema definition

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