Last update:
July 22, 2024
CartConnection object¶
This type is used to represent a connection of carts and provides metadata and pagination information for the retrieved carts.
Field¶
Field | Description |
---|---|
totalCount Int |
The total count of carts in the connection. |
pageInfo PageInfo! |
Information about the current page of carts. |
edges CartEdge |
An array of edges representing the connection between carts and the cursor-based pagination information. |
items CartType |
An array of CartType representing the actual cart objects retrieved in the connection. |