Object GitHub::PackageTag
A version tag contains the mapping between a tag name and a version.
Fields
id: ID!
name: String!
Identifies the tag name of the version.
version: PackageVersion
Version that the tag is associated with.