OBJECT
EventStatsRecord
link GraphQL Schema definition
- type EventStatsRecord implements Node {
- # Id of the event group
- ID! :
- # Stats of the event
- EventStats]! : [
- # Type of the event
- String! :
- }
OBJECT
- type EventStatsRecord implements Node {
- # Id of the event group
- ID! :
- # Stats of the event
- EventStats]! : [
- # Type of the event
- String! :
- }