_Service-redeploy2

This commit is contained in:
Tony Rewin 2023-10-06 06:38:04 +03:00
parent 3fb83fb3fa
commit f449684bbf

View File

@ -61,13 +61,13 @@ input MessagesBy {
} }
type Query { type Query {
# inbox # inbox
loadChats( limit: Int, offset: Int): Result! # your chats loadChats( limit: Int, offset: Int): Result! # your chats
loadMessagesBy(by: MessagesBy!, limit: Int, offset: Int): Result! loadMessagesBy(by: MessagesBy!, limit: Int, offset: Int): Result!
loadRecipients(limit: Int, offset: Int): Result! loadRecipients(limit: Int, offset: Int): Result!
searchRecipients(query: String!, limit: Int, offset: Int): Result! searchRecipients(query: String!, limit: Int, offset: Int): Result!
searchMessages(by: MessagesBy!, limit: Int, offset: Int): Result! searchMessages(by: MessagesBy!, limit: Int, offset: Int): Result!
_service: _Service!
} }
type Message { type Message {