This commit is contained in:
2022-12-02 14:06:20 +03:00
parent 50b2ae4154
commit 21bf73d7a0
8 changed files with 25 additions and 20 deletions

View File

@@ -151,7 +151,7 @@ enum FollowingEntity {
type Mutation {
# inbox
createChat(title: String, members: [String]!): Result!
createChat(title: String, members: [Int]!): Result!
updateChat(chat: ChatInput!): Result!
deleteChat(chatId: String!): Result!