OrderConnection
Connection type for retrieving cursor-based paginated order information
type OrderConnection {
edges: [OrderEdge!]
pageInfo: PageInfo
}
Fields
OrderConnection.edges
● [OrderEdge!]
list object
The orders in this connection
OrderConnection.pageInfo
● PageInfo
object
The pagination information
Returned by
orderVersionsConnection
query