sdl-removed
All checks were successful
deploy / deploy (push) Successful in 1m17s

This commit is contained in:
Untone 2023-11-22 15:16:14 +03:00
parent 856a331836
commit ab4204db37

View File

@ -68,7 +68,6 @@ type Query {
loadRecipients(limit: Int, offset: Int): ChatResult!
searchRecipients(query: String!, limit: Int, offset: Int): ChatResult!
searchMessages(by: MessagesBy!, limit: Int, offset: Int): ChatResult!
_service: _Service!
}
type Message {