OBJECT

EventStatsRecord

link GraphQL Schema definition

  • type EventStatsRecord implements Node {
  • # Id of the event group
  • id: ID!
  • # Stats of the event
  • stats: [EventStats]!
  • # Type of the event
  • type: String!
  • }