feat: with sdl resolver in inbox.graphql
All checks were successful
deploy / deploy (push) Successful in 1m26s

This commit is contained in:
Stepan Vladovskiy 2023-12-01 23:06:25 -03:00
parent 4500ac1d9e
commit 905d03b9ed

View File

@ -1,5 +1,3 @@
# duffok 2023-12-01
# add sdl to _Service
type _Service {
sdl: String
}
@ -73,6 +71,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!
}
type Message {