From 5c9399162e4a5423084b471608b8881c878e1f00 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Fri, 14 Oct 2022 21:24:22 +0300 Subject: [PATCH] fixx --- schema.graphql | 2 -- 1 file changed, 2 deletions(-) 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! }