no-services-2
All checks were successful
deploy / deploy (push) Successful in 1m16s

This commit is contained in:
Untone 2023-12-02 14:04:04 +03:00
parent ab3c271a6b
commit cc02711ab3

View File

@ -67,7 +67,7 @@ type Query {
load_recipients(limit: Int, offset: Int): ChatResult!
search_recipients(query: String!, limit: Int, offset: Int): ChatResult!
search_messages(by: MessagesBy!, limit: Int, offset: Int): ChatResult!
_service: _Service!
# _service: _Service!
}
type Message {