schema: add challenge notification types
This commit is contained in:
@@ -788,6 +788,7 @@ type NotificationGQL {
|
||||
notificationType: NotificationTypeEnum!
|
||||
actor: UserGQL!
|
||||
videoId: Int
|
||||
challengeId: Int
|
||||
comment: CommentGQL
|
||||
reactionType: String
|
||||
isRead: Boolean!
|
||||
@@ -800,6 +801,7 @@ enum NotificationTypeEnum {
|
||||
COMMENT_REPLY
|
||||
REACTION
|
||||
FOLLOW
|
||||
CHALLENGE_INVITE
|
||||
}
|
||||
|
||||
input NotificationFilters {
|
||||
|
||||
Reference in New Issue
Block a user