Skip to content
Last update: March 19, 2024

ProductConnection object

The ProductConnection represents a connection to a list of products.

Fields

Field Description
totalCount Int The total number of products in the connection, regardless of pagination.
It provides a count of all products that match the query criteria.
pageInfo PageInfo! Information about the current page. It is used for pagination purposes.
edges ProductEdge A connection between a product and the cursor associated with it.
items Product Actual products returned in the connection.
filter_facets FilterFacet A facet for filtering the products.
range_facets RangeFacet A facet for filtering the products based on a range of values.
term_facets TermFacet A facet for filtering the products based on discrete values.