OBJECT
EventAggregationEdge
An edge in a connection.
link GraphQL Schema definition
- type EventAggregationEdge {
- # The item at the end of the edge
- : EventAggregation
- # A cursor for use in pagination
- : String!
- }
OBJECT
An edge in a connection.
- type EventAggregationEdge {
- # The item at the end of the edge
- : EventAggregation
- # A cursor for use in pagination
- : String!
- }