Github API - Test Config

mutation addReaction
actions
reactions

Adds a reaction to a subject.

Arguments
input AddReactionInput

AddReactionInput [input]

Autogenerated input type of AddReaction

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

content ReactionContent

The name of the emoji to react with.

subjectId ID

The Node ID of the subject to modify.

API:
Github GraphQL API

Parameters for AddReaction

Returns
AddReactionPayload

AddReactionPayload [object]

Autogenerated return type of AddReaction

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