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