We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05dd271 commit 3ef8230Copy full SHA for 3ef8230
1 file changed
src/typeDefs/project.ts
@@ -43,6 +43,10 @@ type DailyEvent {
43
"""
44
affectedUsers: Int!
45
46
+ Timestamp of the last repetition of this event in this day
47
+ """
48
+ lastRepetitionTime: Int!
49
50
Timestamp of the event grouping
51
52
groupingTimestamp: Int!
0 commit comments