Mutations
deletePackageVersion
Delete a package version.
Champs d’entrée pour deletePackageVersion
input(DeletePackageVersionInput!)
Champs de retour pour deletePackageVersion
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| Whether or not the operation succeeded. |
Objects
Package
Information for an uploaded package.
Package Met en œuvre
Champs pour Package
| Nom | 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. Arguments pour
|
| list of versions for this package. Arguments pour
|
PackageConnection
The connection type for Package.
Champs pour PackageConnection
| Nom | 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.
Champs pour PackageEdge
| Nom | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PackageFile
A file in a package version.
PackageFile Met en œuvre
Champs pour PackageFile
| Nom | 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. |
|