mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-01-12 22:47:34 +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
|
|
}
|
|
}
|
|
}
|