Github API - Test Config

PackageVersion [object]

Information about a specific package version.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Attributes
files PackageFileConnection

PackageFileConnection [object]

The connection type for PackageFile.

Attributes
edges PackageFileEdge []

A list of edges.

nodes PackageFile []

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

List of files associated with this package version

id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the PackageVersion object

package Package

Package [object]

Information for an uploaded package.

Implements
Node
Attributes
id ID

The Node ID of the Package object

latestVersion PackageVersion

Find the latest version for the package.

name String

Identifies the name of the package.

packageType PackageType

Identifies the type of the package.

repository Repository

The repository this package belongs to.

statistics PackageStatistics

Statistics about package activity.

version PackageVersion

Find package version by version string.

list of versions for this package

API:
Github GraphQL API

The package associated with this version.

platform 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

The platform this version was built for.

preRelease Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether or not this version is a pre-release.

readme 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

The README of this package version.

release 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 release associated with this package version.

statistics PackageVersionStatistics

PackageVersionStatistics [object]

Represents a object that contains package version activity statistics such as downloads.

Attributes
downloadsTotalCount Int

Number of times the package was downloaded since it was created.

API:
Github GraphQL API

Statistics about package activity.

summary 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

The package version summary.

version 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

The version string.

API:
Github GraphQL API