Github API - Test Config

ReleaseEdge [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 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

The item at the end of the edge.

API:
Github GraphQL API