search-messages

This commit is contained in:
2022-12-05 12:48:21 +03:00
parent 058fdcc64f
commit 35f540b26a
4 changed files with 51 additions and 43 deletions

View File

@@ -270,6 +270,7 @@ type Query {
loadMessagesBy(by: MessagesBy!, limit: Int, offset: Int): Result!
loadRecipients(limit: Int, offset: Int): Result!
searchRecipients(query: String!, limit: Int, offset: Int): Result!
searchMessages(by: MessagesBy!, limit: Int, offset: Int): Result!
# auth
isEmailUsed(email: String!): Boolean!