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