Github API - Test Config

PackageFile [object]

A file in a package version.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Attributes
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 PackageFile object

md5 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

MD5 hash of the file.

name 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

Name of the file.

packageVersion 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 package version this file belongs to.

sha1 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

SHA1 hash of the file.

sha256 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

SHA256 hash of the file.

size 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

Size of the file in bytes.

updatedAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

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

url URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

URL to download the asset.

API:
Github GraphQL API