shout-followers
All checks were successful
deploy / deploy (push) Successful in 2m20s

This commit is contained in:
2023-11-28 12:11:45 +03:00
parent 20f7c22441
commit 13ba5ebaed
3 changed files with 23 additions and 3 deletions

View File

@@ -304,9 +304,6 @@ type Mutation {
follow(what: FollowingEntity!, slug: String!): Result!
unfollow(what: FollowingEntity!, slug: String!): Result!
# FIXME!
updateOnlineStatus: Result!
# topic
create_topic(input: TopicInput!): Result!
update_topic(input: TopicInput!): Result!
@@ -338,6 +335,7 @@ type Query {
# follower
get_my_followed: Result # { authors topics communities }
get_shout_followers(slug: String, shout_id: Int): [Author]
# reaction
load_reactions_by(by: ReactionBy!, limit: Int, offset: Int): [Reaction]