post-merge
Some checks failed
deploy / deploy (push) Failing after 22s

This commit is contained in:
2023-10-16 18:21:05 +03:00
parent 51ad266b62
commit 562a919fca
4 changed files with 2 additions and 240 deletions

View File

@@ -435,19 +435,3 @@ type Token {
usedAt: DateTime
value: String!
}
enum NotificationType {
NEW_COMMENT,
NEW_REPLY
}
type Notification {
id: Int!
shout: Int
reaction: Int
type: NotificationType!
createdAt: DateTime!
seen: Boolean!
data: String # JSON
occurrences: Int!
}