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