Notifications schema #205

Merged
loewy merged 2 commits from loewy/notifications-schema into master 2025-11-07 00:05:06 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 58ab272289 - Show all commits

View File

@@ -2486,6 +2486,7 @@ export type NotificationGql = {
export enum NotificationTypeEnum { export enum NotificationTypeEnum {
Comment = "COMMENT", Comment = "COMMENT",
CommentReply = "COMMENT_REPLY", CommentReply = "COMMENT_REPLY",
Follow = "FOLLOW",
Reaction = "REACTION", Reaction = "REACTION",
} }

View File

@@ -744,6 +744,7 @@ enum NotificationTypeEnum {
COMMENT COMMENT
COMMENT_REPLY COMMENT_REPLY
REACTION REACTION
FOLLOW
} }
input NotificationFilters { input NotificationFilters {