PONoteConnection
The connection type for PONote.
type PONoteConnection {
edges: [PONoteEdge]
nodes: [PONote]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PONoteConnection.edges ● [PONoteEdge] list object
A list of edges.
PONoteConnection.nodes ● [PONote] list object
A list of nodes.
PONoteConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PONoteConnection.totalCount ● Int! non-null scalar
Total count of items in the connection, without considering pagination.
Returned By
supplyPONotes query