This commit is contained in:
@@ -2486,6 +2486,7 @@ export type NotificationGql = {
|
||||
export enum NotificationTypeEnum {
|
||||
Comment = "COMMENT",
|
||||
CommentReply = "COMMENT_REPLY",
|
||||
Follow = "FOLLOW",
|
||||
Reaction = "REACTION",
|
||||
}
|
||||
|
||||
|
||||
@@ -744,6 +744,7 @@ enum NotificationTypeEnum {
|
||||
COMMENT
|
||||
COMMENT_REPLY
|
||||
REACTION
|
||||
FOLLOW
|
||||
}
|
||||
|
||||
input NotificationFilters {
|
||||
|
||||
Reference in New Issue
Block a user