initial topicUpdated

This commit is contained in:
knst-kotov
2021-11-04 19:37:41 +03:00
parent 7f8908a84b
commit e5aa568933
4 changed files with 29 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ type Subscription {
onlineUpdated: [User!]!
shoutUpdated: Shout!
userUpdated: User!
topicUpdated: Shout!
topicUpdated(user_id: Int!): Shout!
}
############################################ Entities