pushed-wip

This commit is contained in:
2022-11-28 16:15:52 +03:00
parent 96e4150e07
commit 77d8e2f2fd
2 changed files with 6 additions and 10 deletions

View File

@@ -152,7 +152,7 @@ type Mutation {
updateChat(chat: ChatInput!): Result!
deleteChat(chatId: String!): Result!
createMessage(chat: String!, body: String!, replyTo: String): Result!
createMessage(chat: String!, body: String!, replyTo: Int): Result!
updateMessage(chatId: String!, id: Int!, body: String!): Result!
deleteMessage(chatId: String!, id: Int!): Result!
markAsRead(chatId: String!, ids: [Int]!): Result!
@@ -410,7 +410,7 @@ type Reaction {
range: String # full / 0:2340
kind: ReactionKind!
body: String
replyTo: Reaction
replyTo: Int
stat: Stat
old_id: String
old_thread: String