place dummy notification

This commit is contained in:
2023-01-31 19:51:48 +03:00
parent 600bda2e43
commit f87139ea24
4 changed files with 42 additions and 5 deletions

View File

@@ -321,8 +321,8 @@ type Query {
type Subscription {
newMessage: Message # new messages in inbox
collabUpdate(collab: Int!): Reaction # new reactions in collaborative editor
newShout: Shout # personal feed new shout
newReaction: Reaction # new reactions to notify
}
############################################ Entities