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