This commit is contained in:
Belén Curcio
2018-10-02 13:14:50 -03:00
parent ccb6f347ae
commit 7948ed72ee
3 changed files with 10 additions and 19 deletions
@@ -13,15 +13,7 @@ const mutation = graphql`
mutation DeleteCommentReactionMutation($input: CreateCommentReactionInput!) {
deleteCommentReaction(input: $input) {
comment {
id
actionCounts {
reaction {
total
}
}
myActionPresence {
reaction
}
...ReactionButtonContainer_comment
}
clientMutationId
}