Skip to content
Last update: March 19, 2024

CartConnection object

The CartConnection 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.