core-service-connector-fix
This commit is contained in:
@@ -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!
|
||||
|
Reference in New Issue
Block a user