OrderTransactionConnection
Paginate through OrderTransactions
type OrderTransactionConnection {
edges: [OrderTransactionEdge]!
nodes: [OrderTransaction]!
pageInfo: PageInfo!
}
Fields
OrderTransactionConnection.edges
● [OrderTransactionEdge]!
non-null object
OrderTransactionConnection.nodes
● [OrderTransaction]!
non-null object
OrderTransactionConnection.pageInfo
● PageInfo!
non-null object
Member of
Order
object