Docs
Dashboard

ProductsConnection

Object

Fields returned for products connection.

#

Fields


aggregatesDeprecated
[Facet!]!

Gets the aggregates for the products in the current connection.

Deprecated: Use facets instead. This will be removed in v5
edges
[ProductsEdge!]

A list of edges.

facets
[Facet!]!

Gets the facets for the products in the current connection. Facets provide a way to retrieve aggregated information about the products, such as counts of products by certain attributes (e.g., color, size, brand) that can be used for filtering and navigation in the storefront.

nodes
[Product!]

A flattened list of the nodes

pageInfo
PageInfo!

Information to aid in pagination.

totalCount
Int!

Identifies the total count of items in the connection.

#

Queries


Returns a list of products.