Schema Documentation
CartToCartItemConnection
Description
Connection between the Cart type and the CartItem type
Fields
Field Name | Description |
---|---|
edges -
[CartToCartItemConnectionEdge] | Edges for the CartToCartItemConnection connection |
itemCount -
Int | Total number of items in the cart. |
nodes -
[CartItem] | The nodes of the connection, without the edges |
pageInfo -
WPPageInfo | Information about pagination in a connection. |
productCount -
Int | Total number of different products in the cart |
Example
{"edges":[CartToCartItemConnectionEdge],"itemCount":123,"nodes":[CartItem],"pageInfo":WPPageInfo,"productCount":987}