OBJECT
CartSellersConnection
The connection type for Seller.
link GraphQL Schema definition
- type CartSellersConnection {
- # A list of edges.
- CartSellerEdge] : [
- # A list of nodes.
- Seller] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }