Mutations
deletePackageVersion
Delete a package version.
Campos de entrada para deletePackageVersion
input(DeletePackageVersionInput!)
Campos de retorno para deletePackageVersion
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| Whether or not the operation succeeded. |
Objects
Package
Information for an uploaded package.
Package Implementa
Campos para Package
| Nombre | Descripción |
|---|---|
| The Node ID of the Package object. |
| Find the latest version for the package. |
| Identifies the name of the package. |
| Identifies the type of the package. |
| The repository this package belongs to. |
| Statistics about package activity. |
| Find package version by version string. Argumentos para
|
| list of versions for this package. Argumentos para
|
PackageConnection
The connection type for Package.
Campos para PackageConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PackageEdge
An edge in a connection.
Campos para PackageEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PackageFile
A file in a package version.
PackageFile Implementa
Campos para PackageFile
| Nombre | Descripción |
|---|---|
| The Node ID of the PackageFile object. |
| MD5 hash of the file. |
| Name of the file. |
| The package version this file belongs to. |
| SHA1 hash of the file. |
| SHA256 hash of the file. |
| Size of the file in bytes. |
| Identifies the date and time when the object was last updated. |
| URL to download the asset. |
PackageFileConnection
The connection type for PackageFile.
Campos para PackageFileConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PackageFileEdge
An edge in a connection.
Campos para PackageFileEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PackageStatistics
Represents a object that contains package activity statistics such as downloads.
Campos para PackageStatistics
| Nombre | Descripción |
|---|---|
| Number of times the package was downloaded since it was created. |
PackageTag
A version tag contains the mapping between a tag name and a version.
PackageTag Implementa
Campos para PackageTag
| Nombre | Descripción |
|---|---|
| The Node ID of the PackageTag object. |
| Identifies the tag name of the version. |
| Version that the tag is associated with. |
PackageVersion
Information about a specific package version.
PackageVersion Implementa
Campos para PackageVersion
| Nombre | Descripción |
|---|---|
| List of files associated with this package version. Argumentos para
|
| The Node ID of the PackageVersion object. |
| The package associated with this version. |
| The platform this version was built for. |
| Whether or not this version is a pre-release. |
| The README of this package version. |
| The release associated with this package version. |
| Statistics about package activity. |
| The package version summary. |
| The version string. |
PackageVersionConnection
The connection type for PackageVersion.
Campos para PackageVersionConnection
| Nombre | Descripción |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PackageVersionEdge
An edge in a connection.
Campos para PackageVersionEdge
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PackageVersionStatistics
Represents a object that contains package version activity statistics such as downloads.
Campos para PackageVersionStatistics
| Nombre | Descripción |
|---|---|
| Number of times the package was downloaded since it was created. |
Interfaces
PackageOwner
Represents an owner of a package.
PackageOwner se implementa mediante
Campos para PackageOwner
| Nombre | Descripción |
|---|---|
| The Node ID of the PackageOwner object. |
| A list of packages under the owner. Argumentos para
|
Enums
PackageFileOrderField
Properties by which package file connections can be ordered.
Valores de PackageFileOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order package files by creation time. |
PackageOrderField
Properties by which package connections can be ordered.
Valores de PackageOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order packages by creation time. |
PackageType
The possible types of a package.
Valores de PackageType.
| Nombre | Descripción |
|---|---|
DEBIAN | A debian package. |
DOCKER | A docker image. |
MAVEN | A maven package. |
NPM | An npm package. |
NUGET | A nuget package. |
PYPI | A python package. |
RUBYGEMS | A rubygems package. |
PackageVersionOrderField
Properties by which package version connections can be ordered.
Valores de PackageVersionOrderField.
| Nombre | Descripción |
|---|---|
CREATED_AT | Order package versions by creation time. |
Input objects
DeletePackageVersionInput
Autogenerated input type of DeletePackageVersion.
Campos de entrada para DeletePackageVersionInput
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the package version to be deleted. |
PackageFileOrder
Ways in which lists of package files can be ordered upon return.
Campos de entrada para PackageFileOrder
| Nombre | Descripción |
|---|---|
| The direction in which to order package files by the specified field. |
| The field in which to order package files by. |
PackageOrder
Ways in which lists of packages can be ordered upon return.
Campos de entrada para PackageOrder
| Nombre | Descripción |
|---|---|
| The direction in which to order packages by the specified field. |
| The field in which to order packages by. |
PackageVersionOrder
Ways in which lists of package versions can be ordered upon return.
Campos de entrada para PackageVersionOrder
| Nombre | Descripción |
|---|---|
| The direction in which to order package versions by the specified field. |
| The field in which to order package versions by. |