mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-16 12:10:19 +08:00
8 lines
190 B
GraphQL
8 lines
190 B
GraphQL
mutation RemoveReaction($subject_id: ID!, $content: ReactionContent!) {
|
|
removeReaction(input:{subjectId: $subject_id, content:$content}) {
|
|
subject{
|
|
...reactionFields
|
|
}
|
|
}
|
|
}
|