Skip to main content

SupplyOrderConnection

The connection type for SupplyOrder.

type SupplyOrderConnection {
edges: [SupplyOrderEdge]
nodes: [SupplyOrder]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SupplyOrderConnection.edges ● [SupplyOrderEdge] list object

A list of edges.

SupplyOrderConnection.nodes ● [SupplyOrder] list object

A list of nodes.

SupplyOrderConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SupplyOrderConnection.totalCount ● Int! non-null scalar

Total count of items in the connection, without considering pagination.

Returned By

supplyOrders query