This commit is contained in:
@@ -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",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -744,6 +744,7 @@ enum NotificationTypeEnum {
|
|||||||
COMMENT
|
COMMENT
|
||||||
COMMENT_REPLY
|
COMMENT_REPLY
|
||||||
REACTION
|
REACTION
|
||||||
|
FOLLOW
|
||||||
}
|
}
|
||||||
|
|
||||||
input NotificationFilters {
|
input NotificationFilters {
|
||||||
|
|||||||
Reference in New Issue
Block a user