OrderConnection
The connection type for Order.
type OrderConnection {
edges: [OrderEdge]
nodes: [Order]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
OrderConnection.edges ● [OrderEdge] list object common
A list of edges.
OrderConnection.nodes ● [Order] list object orders
A list of nodes.
OrderConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
OrderConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
orders query
Member Of
Customer object