Mutations
deletePackageVersion
Delete a package version.
Поля ввода для deletePackageVersion
input(DeletePackageVersionInput!)
Возвращаемые поля для deletePackageVersion
| Имя. | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| Whether or not the operation succeeded. |
Objects
Package
Information for an uploaded package.
Package Реализует
Поля для Package
| Имя. | Description |
|---|---|
| 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. Аргументы для
|
| list of versions for this package. Аргументы для
|
PackageConnection
The connection type for Package.
Поля для PackageConnection
| Имя. | Description |
|---|---|
| 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.
Поля для PackageEdge
| Имя. | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PackageFile
A file in a package version.
PackageFile Реализует
Поля для PackageFile
| Имя. | Description |
|---|---|
| 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.
Поля для PackageFileConnection
| Имя. | Description |
|---|---|
| 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.
Поля для PackageFileEdge
| Имя. | Description |
|---|---|
| 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.
Поля для PackageStatistics
| Имя. | Description |
|---|---|
| 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 Реализует
Поля для PackageTag
| Имя. | Description |
|---|---|
| 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 Реализует
Поля для PackageVersion
| Имя. | Description |
|---|---|
| List of files associated with this package version. Аргументы для
|
| The Node ID of the PackageVersion object. |
|