EventConnection
The connection type for Event.
type EventConnection {
edges: [EventEdge]
pageInfo: PageInfo!
}
Fields
EventConnection.edges ● [EventEdge] list object
A list of edges.
EventConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.