diff --git a/src/index.tsx b/src/index.tsx index d32db42..8a19c9a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2486,6 +2486,7 @@ export type NotificationGql = { export enum NotificationTypeEnum { Comment = "COMMENT", CommentReply = "COMMENT_REPLY", + Follow = "FOLLOW", Reaction = "REACTION", } diff --git a/src/schema.gql b/src/schema.gql index d4c9c37..37866a7 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -744,6 +744,7 @@ enum NotificationTypeEnum { COMMENT COMMENT_REPLY REACTION + FOLLOW } input NotificationFilters {