Github API - Test Config

PackageEdge [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 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 item at the end of the edge.

API:
Github GraphQL API