From 61b1a2be4958555c307904ceaadcfd5aea6c7c9a Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Thu, 8 Sep 2022 11:55:48 +0300 Subject: [PATCH] some-fices --- schema.graphql | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/schema.graphql b/schema.graphql index 6aad35c0..5b22124c 100644 --- a/schema.graphql +++ b/schema.graphql @@ -174,10 +174,9 @@ type Mutation { # reactions - createReaction(input: ReactionInput!): Result! - updateReaction(id: Int!, body: String!): Result! + createReaction(reaction: ReactionInput!): Result! + updateReaction(reaction: ReactionInput!): Result! deleteReaction(id: Int!): Result! - rateReaction(id: Int!, value: Int!): Result! # community createCommunity(community: CommunityInput!): Result!