stack

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

AdminTypes.OrderTransactionConnection interface

An auto-generated type for paginating through multiple OrderTransactions.

Signature:

export interface OrderTransactionConnection 

Properties

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.