stack

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

AdminTypes.SaleConnection interface

An auto-generated type for paginating through multiple Sales.

Signature:

export interface SaleConnection 

Properties

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.