Skip to content

Commit

Permalink
feat: added affected users to DailyEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveeks committed Jan 20, 2025
1 parent 1d925bb commit e23df54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/typeDefs/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,11 @@ type DailyEventInfo {
Last event occurrence timestamp
"""
lastRepetitionTime: Float!
"""
How many users catch this error per day
"""
affectedUsers: Int
}
type Subscription {
Expand Down

0 comments on commit e23df54

Please sign in to comment.