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