Github API - Test Config

ReactionEdge [object]

An edge in a connection.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node Reaction

Reaction [object]

An emoji reaction to a particular piece of content.

Implements
Node
Attributes
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

The Node ID of the Reaction object

reactable Reactable

The reactable piece of content

user User

Identifies the user who created this reaction.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API