core-service-connector-fix

This commit is contained in:
2023-10-12 15:15:06 +03:00
parent 85fc48b3c8
commit f6ef50f878
3 changed files with 16 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ input MessagesBy {
type Query {
# inbox
loadChats( limit: Int, offset: Int): ChatResult! # your chats
loadChats(limit: Int, offset: Int): ChatResult! # your chats
loadMessagesBy(by: MessagesBy!, limit: Int, offset: Int): ChatResult!
loadRecipients(limit: Int, offset: Int): ChatResult!
searchRecipients(query: String!, limit: Int, offset: Int): ChatResult!