load-shouts-followed-fix

This commit is contained in:
Untone 2024-07-03 11:57:17 +03:00
parent 612f91a708
commit 62a2280a80

View File

@ -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]