notopicid
All checks were successful
Deploy on push / deploy (push) Successful in 27s

This commit is contained in:
2024-05-18 19:30:25 +03:00
parent b73cce5431
commit 71c2e8ea13
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ type Query {
# follower
get_shout_followers(slug: String, shout_id: Int): [Author]
get_topic_followers(slug: String, topic_id: Int): [Author]
get_topic_followers(slug: String): [Author]
get_author_followers(slug: String, user: String, author_id: Int): [Author]
get_author_follows(slug: String, user: String, author_id: Int): CommonResult!
get_author_follows_topics(slug: String, user: String, author_id: Int): [Topic]