From 62a2280a80d8bef0f83c759537d0a11a13a3dd5d Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 3 Jul 2024 11:57:17 +0300 Subject: [PATCH] load-shouts-followed-fix --- schema/query.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]