Skip to content
Last update: August 3, 2023

CustomerOrderConnection object

The CustomerOrderConnection represents a connection of customer orders.

Fields

Field Description
totalCount Int The total number of customer orders in the connection, regardless of pagination.
pageInfo PageInfo! Information about the current page and navigation in the connection.
edges [CustomerOrderEdge] An array of edges representing the individual customer orders and their cursors in the connection.
items [CustomerOrderType] An array of customer orders retrieved for the current page in the connection.