schema: add challenge notification types

This commit is contained in:
dean
2025-11-20 12:53:46 -08:00
parent d9ef5ed79a
commit 372fd6e26b
2 changed files with 4 additions and 0 deletions

View File

@@ -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 {