PONoteEdge
An edge in a connection.
type PONoteEdge {
cursor: String!
node: PONote
}
Fields
PONoteEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
PONoteEdge.node ● PONote object purchase-orders
The item at the end of the edge.
Member Of
PONoteConnection object