OBJECT

ESAdvertsConnection

The connection type for ESAdvert.

link GraphQL Schema definition

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