Skip to main content

OrderConnection

The connection type for Order.

type OrderConnection {
edges: [OrderEdge]
nodes: [Order]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}

Fields

OrderConnection.edges ● [OrderEdge] list object

A list of edges.

OrderConnection.nodes ● [Order] list object

A list of nodes.

OrderConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

OrderConnection.totalCount ● Int! non-null scalar

Total # of objects returned from this Plural Query. To avoid performance issues count is limited to 1001 if a limit is not explicitly set or if is higher than 1001

OrderConnection.totalPageCount ● Int! non-null scalar

Total # of pages, based on total count and pagesize

Returned By

findOrders query ● orders query