Object GitHub::PackageFile

A file in a package version.

Fields

id: ID!

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.

Uses

PackageFileConnection.nodes

PackageFileEdge.node

Node