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