OBJECT

AllSellersConnection

The connection type for AllSeller.

link GraphQL Schema definition

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