dean/add-challenge-feature #212

Open
dean wants to merge 6 commits from dean/add-challenge-feature into master
Showing only changes of commit d17c1a2ecc - 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!