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