Objects
DependencyGraphDependency
A dependency manifest entry.
DependencyGraphDependency에 대한 필드
| 이름 | 설명 |
|---|---|
| Does the dependency itself have dependencies?. |
| The original name of the package, as it appears in the manifest. 경고
|
| The dependency package manager. |
| The name of the package in the canonical form used by the package manager. |
| Public preview: The dependency package URL. |
| Public preview: The relationship of the dependency. Can be direct, transitive, or unknown. |
| The repository containing the package. |
| The dependency version requirements. |
DependencyGraphDependencyConnection
The connection type for DependencyGraphDependency.
DependencyGraphDependencyConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DependencyGraphDependencyEdge
An edge in a connection.
DependencyGraphDependencyEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
DependencyGraphManifest
Dependency manifest for a repository.
DependencyGraphManifest 구현
DependencyGraphManifest에 대한 필드
| 이름 | 설명 |
|---|---|
| Path to view the manifest file blob. |
| A list of manifest dependencies. |
| The number of dependencies listed in the manifest. |
| Is the manifest too big to parse?. |
| Fully qualified manifest filename. |
| The Node ID of the DependencyGraphManifest object. |
| Were we able to parse the manifest?. |
| The repository containing the manifest. |
DependencyGraphManifestConnection
The connection type for DependencyGraphManifest.
DependencyGraphManifestConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
DependencyGraphManifestEdge
An edge in a connection.
DependencyGraphManifestEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Enums
DependencyGraphEcosystem
The possible ecosystems of a dependency graph package.
DependencyGraphEcosystem의 값
| 이름 | 설명 |
|---|---|
ACTIONS | GitHub Actions. |
COMPOSER | PHP packages hosted at packagist.org. |
GO | Go modules. |
MAVEN | Java artifacts hosted at the Maven central repository. |
NPM | JavaScript packages hosted at npmjs.com. |
NUGET | .NET packages hosted at the NuGet Gallery. |
PIP | Python packages hosted at PyPI.org. |
PUB | Dart packages hosted at pub.dev. |
RUBYGEMS | Ruby gems hosted at RubyGems.org. |
RUST | Rust crates. |
SWIFT | Swift packages. |