Github API - Test Config

ReactionConnection [object]

A list of reactions that have been left on the subject.

Attributes
edges ReactionEdge []

ReactionEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

node Reaction

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

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