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