OBJECT

EventStats

link GraphQL Schema definition

  • type EventStats {
  • # Count of events
  • count: Long!
  • # Timestamp
  • timestamp: DateTime!
  • }