Github API - Test Config

ReactionGroup [object]

A group of emoji reactions to a particular piece of content.

Attributes
content ReactionContent

ReactionContent [enum]

Emojis that can be attached to Issues, Pull Requests and Comments.

Possible values
CONFUSED

Represents the :confused: emoji.

EYES

Represents the :eyes: emoji.

HEART

Represents the :heart: emoji.

HOORAY

Represents the :hooray: emoji.

LAUGH

Represents the :laugh: emoji.

ROCKET

Represents the :rocket: emoji.

THUMBS_DOWN

Represents the :-1: emoji.

THUMBS_UP

Represents the :+1: emoji.

API:
Github GraphQL API

Identifies the emoji reaction.

createdAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies when the reaction was created.

reactors ReactorConnection

ReactorConnection [object]

The connection type for Reactor.

Attributes
edges ReactorEdge []

A list of edges.

nodes Reactor []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

Reactors to the reaction subject with the emotion represented by this reaction group.

subject Reactable

Reactable [interface]

Represents a subject that can be reacted on.

Attributes
databaseId Int

Identifies the primary key from the database.

id ID

The Node ID of the Reactable object

reactionGroups ReactionGroup []

A list of reactions grouped by content left on the subject.

reactions ReactionConnection

A list of Reactions left on the Issue.

viewerCanReact Boolean

Can user react to this subject

API:
Github GraphQL API

The subject that was reacted to.

users ReactingUserConnection

ReactingUserConnection [object]

The connection type for User.

Attributes
edges ReactingUserEdge []

A list of edges.

nodes User []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

Users who have reacted to the reaction subject with the emotion represented by this reaction group

Deprecated: Reactors can now be mannequins, bots, and organizations. Use the `reactors` field instead. Removal on 2021-10-01 UTC.
viewerHasReacted Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether or not the authenticated user has left a reaction on the subject.

API:
Github GraphQL API