notifier-integration
Some checks failed
Deploy on push / deploy (push) Failing after 19s

This commit is contained in:
2024-03-04 10:35:33 +03:00
parent ad0dc98bc9
commit 3016a75332
8 changed files with 386 additions and 0 deletions

View File

@@ -79,3 +79,8 @@ input ReactionBy {
after: Int
sort: ReactionSort
}
input NotificationSeenInput {
notifications: [Int]
thread: Int
}