Home > @infiniteobjects/shopify-data-manager > AdminTypes > LineItemEdge
An auto-generated type which holds one LineItem and a cursor during pagination.
Signature:
export interface LineItemEdge
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cursor | Scalars[‘String’][‘output’] | A cursor for use in pagination. | |
| node | LineItem | The item at the end of LineItemEdge. |