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