Mutations
deletePackageVersion
Delete a package version.
deletePackageVersion の入力フィールド
input(DeletePackageVersionInput!)
deletePackageVersion の戻り値フィールド
| 名前 | 説明 |
|---|---|
| A unique identifier for the client performing the mutation. |
| Whether or not the operation succeeded. |
Objects
Package
Information for an uploaded package.
Package 実装
Package のフィールド
| 名前 | 説明 |
|---|---|
| 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 のフィールド
| 名前 | 説明 |
|---|---|
| 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 のフィールド
| 名前 | 説明 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
PackageFile
A file in a package version.
PackageFile 実装
PackageFile のフィールド
| 名前 | 説明 |
|---|---|
| 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 のフィールド
| 名前 | 説明 |
|---|---|
| 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 のフィールド
| 名前 | 説明 |
|---|---|
| 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 のフィールド
| 名前 | 説明 |
|---|---|
| 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 のフィールド
| 名前 | 説明 |
|---|---|
| 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 のフィールド
| 名前 | 説明 |
|---|---|
| List of files associated with this package version.
|
| 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.
PackageVersionConnection のフィールド
| 名前 | 説明 |
|---|---|
| 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.
PackageVersionEdge のフィールド
| 名前 | 説明 |
|---|---|
| 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.
PackageVersionStatistics のフィールド
| 名前 | 説明 |
|---|---|
| Number of times the package was downloaded since it was created. |
Interfaces
PackageOwner
Represents an owner of a package.
PackageOwner は次で実装されています
PackageOwner のフィールド
| 名前 | 説明 |
|---|---|
| The Node ID of the PackageOwner object. |
| A list of packages under the owner.
|
Enums
PackageFileOrderField
Properties by which package file connections can be ordered.
PackageFileOrderField の値です。
| 名前 | 説明 |
|---|---|
CREATED_AT | Order package files by creation time. |
PackageOrderField
Properties by which package connections can be ordered.
PackageOrderField の値です。
| 名前 | 説明 |
|---|---|
CREATED_AT | Order packages by creation time. |
PackageType
The possible types of a package.
PackageType の値です。
| 名前 | 説明 |
|---|---|
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.
PackageVersionOrderField の値です。
| 名前 | 説明 |
|---|---|
CREATED_AT | Order package versions by creation time. |
Input objects
DeletePackageVersionInput
Autogenerated input type of DeletePackageVersion.
DeletePackageVersionInput の入力フィールド
| 名前 | 説明 |
|---|---|
| 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.
PackageFileOrder の入力フィールド
| 名前 | 説明 |
|---|---|
| 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.
PackageOrder の入力フィールド
| 名前 | 説明 |
|---|---|
| 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.
PackageVersionOrder の入力フィールド
| 名前 | 説明 |
|---|---|
| The direction in which to order package versions by the specified field. |
| The field in which to order package versions by. |