Object GitHub::PackageVersion
Information about a specific package version.
Fields
files(orderBy: PackageFileOrder = {field: CREATED_AT, direction: ASC}, after: String, before: String, first: Int, last: Int): PackageFileConnection!
List of files associated with this package version
Args
orderBy: PackageFileOrder = {field: CREATED_AT, direction: ASC}
Ordering of the returned package files.
id: ID!
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: PackageVersionStatistics
Statistics about package activity.
summary: String
The package version summary.
version: String!
The version string.