Skip to main content

PurchaseOrderConnection

The connection type for PurchaseOrder.

type PurchaseOrderConnection {
edges: [PurchaseOrderEdge]
nodes: [PurchaseOrder]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

PurchaseOrderConnection.edges ● [PurchaseOrderEdge] list object

A list of edges.

PurchaseOrderConnection.nodes ● [PurchaseOrder] list object

A list of nodes.

PurchaseOrderConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PurchaseOrderConnection.totalCount ● Int! non-null scalar

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

Returned By

supplyPurchaseOrders query