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