Github API - Test Config

ReleaseConnection [object]

The connection type for Release.

Attributes
edges ReleaseEdge []

ReleaseEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

node Release

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes Release []

Release [object]

A release contains the content for a release.

Implements
NodeReactableUniformResourceLocatable
Attributes
author User

The author of the release

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

description String

The description of the release.

descriptionHTML HTML

The description of this release rendered to HTML.

id ID

The Node ID of the Release object

isDraft Boolean

Whether or not the release is a draft

isLatest Boolean

Whether or not the release is the latest releast

isPrerelease Boolean

Whether or not the release is a prerelease

mentions UserConnection

A list of users mentioned in the release description

name String

The title of the release.

publishedAt DateTime

Identifies the date and time when the release was created.

reactionGroups ReactionGroup []

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

reactions ReactionConnection

A list of Reactions left on the Issue.

releaseAssets ReleaseAssetConnection

List of releases assets which are dependent on this release.

repository Repository

The repository that the release belongs to.

resourcePath URI

The HTTP path for this issue

shortDescriptionHTML HTML

A description of the release, rendered to HTML without any links in it.

tag Ref

The Git tag the release points to

tagCommit Commit

The tag commit for this release.

tagName String

The name of the release's Git tag

updatedAt DateTime

Identifies the date and time when the object was last updated.

url URI

The HTTP URL for this issue

viewerCanReact Boolean

Can user react to this subject

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.

API:
Github GraphQL API