rate comment

This commit is contained in:
knst-kotov
2021-11-24 09:23:48 +03:00
parent a07ada7de0
commit 36a0770675
2 changed files with 22 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ type Mutation {
createComment(body: String!, shout: Int!, replyTo: Int): CommentResult!
updateComment(id: Int!, body: String!): CommentResult!
deleteComment(id: Int!): Result!
rateComment(id: Int!, value: Int!): Result!
}
################################### Query