feat: with sdl resolver in inbox.graphql
All checks were successful
deploy / deploy (push) Successful in 1m26s
All checks were successful
deploy / deploy (push) Successful in 1m26s
This commit is contained in:
parent
4500ac1d9e
commit
905d03b9ed
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user