Github API - Test Config

PackageFileEdge [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 PackageFile

PackageFile [object]

A file in a package version.

Implements
Node
Attributes
id ID

The Node ID of the PackageFile object

md5 String

MD5 hash of the file.

name String

Name of the file.

packageVersion PackageVersion

The package version this file belongs to.

sha1 String

SHA1 hash of the file.

sha256 String

SHA256 hash of the file.

size Int

Size of the file in bytes.

updatedAt DateTime

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

url URI

URL to download the asset.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API