cleanup-notifications
All checks were successful
deploy / deploy (push) Successful in 29s

This commit is contained in:
2023-10-16 18:30:54 +03:00
parent 066bf72547
commit 6e0cb18909
2 changed files with 0 additions and 101 deletions

View File

@@ -161,9 +161,6 @@ type Mutation {
# following
follow(what: FollowingEntity!, slug: String!): Result!
unfollow(what: FollowingEntity!, slug: String!): Result!
markNotificationAsRead(notification_id: Int!): Result!
markAllNotificationsAsRead: Result!
}
input AuthorsBy {
@@ -209,17 +206,6 @@ input ReactionBy {
sort: String # how to sort, default createdAt
}
input NotificationsQueryParams {
limit: Int
offset: Int
}
type NotificationsQueryResult {
notifications: [Notification]!
totalCount: Int!
totalUnreadCount: Int!
}
type Query {
# auth