Skip to content

Commit 3ef8230

Browse files
committed
imp(): typedef for dailyEvent new field added
1 parent 05dd271 commit 3ef8230

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/typeDefs/project.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ type DailyEvent {
4343
"""
4444
affectedUsers: Int!
4545
"""
46+
Timestamp of the last repetition of this event in this day
47+
"""
48+
lastRepetitionTime: Int!
49+
"""
4650
Timestamp of the event grouping
4751
"""
4852
groupingTimestamp: Int!

0 commit comments

Comments
 (0)