OBJECT

EventEdge

An edge in a connection from an object to another object of a particular type.

link GraphQL Schema definition

  • type EventEdge {
  • # A cursor for use in pagination
  • cursor: String!
  • # The item at the end of the edge
  • node: Event!
  • }