dean/add-challenge-feature #212

Merged
dean merged 9 commits from dean/add-challenge-feature into master 2025-12-10 19:11:19 +00:00
Showing only changes of commit ec534769f3 - Show all commits

View File

@@ -789,6 +789,7 @@ type NotificationGQL {
actor: UserGQL! actor: UserGQL!
videoId: Int videoId: Int
challengeId: Int challengeId: Int
challenge: Challenge
comment: CommentGQL comment: CommentGQL
reactionType: String reactionType: String
isRead: Boolean! isRead: Boolean!