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