stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductConnection

AdminTypes.ProductConnection interface

An auto-generated type for paginating through multiple Products.

Signature:

export interface ProductConnection 

Properties

Property Modifiers Type Description
edges   Array<ProductEdge> A list of edges.
nodes   Array<Product> A list of the nodes contained in ProductEdge.
pageInfo   PageInfo Information to aid in pagination.