Github API - Test Config

mutation removeReaction
actions
reactions

Removes a reaction from a subject.

Arguments
input RemoveReactionInput

RemoveReactionInput [input]

Autogenerated input type of RemoveReaction

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

content ReactionContent

The name of the emoji reaction to remove.

subjectId ID

The Node ID of the subject to modify.

API:
Github GraphQL API

Parameters for RemoveReaction

Returns
RemoveReactionPayload

RemoveReactionPayload [object]

Autogenerated return type of RemoveReaction

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

reaction Reaction

The reaction object.

reactionGroups ReactionGroup []

The reaction groups for the subject.

subject Reactable

The reactable subject.

API:
Github GraphQL API
API:
Github GraphQL API