OBJECT

CartSellersConnection

The connection type for Seller.

link GraphQL Schema definition

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