create-msg-update

This commit is contained in:
2022-11-16 19:53:36 +03:00
parent ec7f82c72f
commit 6d9ac5f272
3 changed files with 11 additions and 10 deletions

View File

@@ -150,7 +150,7 @@ type Mutation {
deleteChat(chatId: String!): Result!
inviteChat(chatId: String!, userslug: String!): Result!
createMessage(chatId: String!, body: String!, replyTo: String): Result!
createMessage(chat: String!, body: String!, replyTo: String): Result!
updateMessage(chatId: String!, id: Int!, body: String!): Result!
deleteMessage(chatId: String!, id: Int!): Result!
markAsRead(chatId: String!, ids: [Int]!): Result!