stack

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

AdminTypes.LineItemConnection interface

An auto-generated type for paginating through multiple LineItems.

Signature:

export interface LineItemConnection 

Properties

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.