diff --git a/schema/query.graphql b/schema/query.graphql index 6a0fe934..926e6265 100644 --- a/schema/query.graphql +++ b/schema/query.graphql @@ -18,7 +18,7 @@ type Query { get_author_follows(slug: String, user: String, author_id: Int): CommonResult! get_author_follows_topics(slug: String, user: String, author_id: Int): [Topic] get_author_follows_authors(slug: String, user: String, author_id: Int): [Author] - load_shouts_followed(follower_id: Int!, limit: Int, offset: Int): [Shout] # userReactedShouts + load_shouts_followed(limit: Int, offset: Int): [Shout] # userReactedShouts # reaction load_reactions_by(by: ReactionBy!, limit: Int, offset: Int): [Reaction]