load-shouts-followed-fix
This commit is contained in:
parent
612f91a708
commit
62a2280a80
|
@ -18,7 +18,7 @@ type Query {
|
||||||
get_author_follows(slug: String, user: String, author_id: Int): CommonResult!
|
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_topics(slug: String, user: String, author_id: Int): [Topic]
|
||||||
get_author_follows_authors(slug: String, user: String, author_id: Int): [Author]
|
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
|
# reaction
|
||||||
load_reactions_by(by: ReactionBy!, limit: Int, offset: Int): [Reaction]
|
load_reactions_by(by: ReactionBy!, limit: Int, offset: Int): [Reaction]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user