rate comment
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user