title-fix

This commit is contained in:
2022-12-07 10:49:43 +03:00
parent 00054a94ec
commit cf5789f2be
3 changed files with 4 additions and 4 deletions

View File

@@ -305,7 +305,7 @@ type Query {
############################################ Subscription
type Subscription {
newMessage(chats: [Int!]): Message!
newMessages: Message!
onlineUpdated: [User!]!
shoutUpdated: Shout!
userUpdated: User!
@@ -507,6 +507,7 @@ type Message {
id: Int!
replyTo: String
updatedAt: Int
seen: Boolean
}
type Chat {