Object GitHub::Reaction

An emoji reaction to a particular piece of content.

Fields

content: ReactionContent!

Identifies the emoji reaction.

createdAt: DateTime!

Identifies the date and time when the object was created.

databaseId: Int

Identifies the primary key from the database.

id: ID!

reactable: Reactable!

The reactable piece of content

user: User

Identifies the user who created this reaction.

Uses

AddReactionPayload.reaction

ReactionConnection.nodes

ReactionEdge.node

RemoveReactionPayload.reaction

Node