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!