mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Changes
This commit is contained in:
@@ -13,15 +13,7 @@ const mutation = graphql`
|
||||
mutation DeleteCommentReactionMutation($input: CreateCommentReactionInput!) {
|
||||
deleteCommentReaction(input: $input) {
|
||||
comment {
|
||||
id
|
||||
actionCounts {
|
||||
reaction {
|
||||
total
|
||||
}
|
||||
}
|
||||
myActionPresence {
|
||||
reaction
|
||||
}
|
||||
...ReactionButtonContainer_comment
|
||||
}
|
||||
clientMutationId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user