add follow enum
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
2025-11-05 15:27:44 -08:00
parent c73e66cbe8
commit 2938a78b75
2 changed files with 2 additions and 0 deletions

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

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