feat: with sdl resolver in inbox.graphql
Some checks failed
deploy / deploy (push) Failing after 1m12s

This commit is contained in:
Stepan Vladovskiy 2023-12-01 22:58:44 -03:00
parent 2338eb1fe4
commit 4500ac1d9e

View File

@ -1,3 +1,9 @@
# duffok 2023-12-01
# add sdl to _Service
type _Service {
sdl: String
}
enum MessageStatus {
NEW
UPDATED