diff --git a/schema.graphql b/schema.graphql index 54c70523..79edea19 100644 --- a/schema.graphql +++ b/schema.graphql @@ -198,8 +198,6 @@ type Mutation { follow(what: FollowingEntity!, slug: String!): Result! unfollow(what: FollowingEntity!, slug: String!): Result! - # TODO: transform reaction with body to shout - # seen incrementView(shout: String!): Result! }