This commit is contained in:
tonyrewin 2022-10-14 21:24:22 +03:00
parent 5f93ecc709
commit 5c9399162e

View File

@ -198,8 +198,6 @@ type Mutation {
follow(what: FollowingEntity!, slug: String!): Result! follow(what: FollowingEntity!, slug: String!): Result!
unfollow(what: FollowingEntity!, slug: String!): Result! unfollow(what: FollowingEntity!, slug: String!): Result!
# TODO: transform reaction with body to shout
# seen # seen
incrementView(shout: String!): Result! incrementView(shout: String!): Result!
} }