fix-init-import

This commit is contained in:
2022-11-10 11:00:51 +03:00
parent 1720f00839
commit d107562871
2 changed files with 5 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ type Mutation {
type Query {
# inbox
myChats: Result!
searchRecipient(q: String!): Result!
loadChat(chatId: String!, offset: Int, amount: Int): Result!
# auth