OBJECT
The connection type for Event.
type EventConnection {cursors: [String!]! # A list of edges.edges: [EventEdge] # A list of nodes.nodes: [Event] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }