separated-follows
All checks were successful
Deploy on push / deploy (push) Successful in 1m43s

This commit is contained in:
2024-02-23 21:10:11 +03:00
parent 3bc7946ab3
commit a05072fd71
5 changed files with 76 additions and 32 deletions

View File

@@ -17,6 +17,8 @@ type Query {
get_topic_followers(slug: String, topic_id: Int): [Author]
get_author_followers(slug: String, user: String, author_id: Int): [Author]
get_author_follows(slug: String, user: String, author_id: Int): AuthorFollows!
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
# reaction