Home > @infiniteobjects/shopify-data-manager > AdminTypes > SaleConnection
An auto-generated type for paginating through multiple Sales.
Signature:
export interface SaleConnection
Property | Modifiers | Type | Description |
---|---|---|---|
edges | Array<SaleEdge> | A list of edges. | |
nodes | Array<Sale> | A list of the nodes contained in SaleEdge. | |
pageInfo | PageInfo | Information to aid in pagination. |