OBJECT
EventEdge
link GraphQL Schema definition
- type EventEdge implements ConnectionEdge {
- # Cursor info of the event
- String :
- # Event record
- EventRecord! :
- }
OBJECT
- type EventEdge implements ConnectionEdge {
- # Cursor info of the event
- String :
- # Event record
- EventRecord! :
- }