schema-fix
Some checks failed
Deploy to core / deploy (push) Failing after 1m33s

This commit is contained in:
2024-02-03 17:18:20 +03:00
parent 1b4315fcce
commit 18521f3fc5
4 changed files with 20 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ type Query {
get_shouts_drafts: [Shout]
# follower
get_my_followed: Result # { authors topics communities }
get_my_followed: CommonResult! # { authors topics communities }
get_shout_followers(slug: String, shout_id: Int): [Author]
# reaction