Github API - Test Config

PackageVersionEdge [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 PackageVersion

PackageVersion [object]

Information about a specific package version.

Implements
Node
Attributes

List of files associated with this package version

id ID

The Node ID of the PackageVersion object

package Package

The package associated with this version.

platform String

The platform this version was built for.

preRelease Boolean

Whether or not this version is a pre-release.

readme String

The README of this package version.

release Release

The release associated with this package version.

Statistics about package activity.

summary String

The package version summary.

version String

The version string.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API