This commit is contained in:
@@ -13,6 +13,7 @@ type Query {
|
||||
# follower
|
||||
get_shout_followers(slug: String, shout_id: Int): [Author]
|
||||
get_topic_followers(slug: String): [Author]
|
||||
get_topic_authors(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]
|
||||
|
Reference in New Issue
Block a user