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