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