Github API - Test Config

DependencyGraphDependencyEdge [object]

An edge in a connection.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node DependencyGraphDependency

DependencyGraphDependency [object]

A dependency manifest entry

Attributes
hasDependencies Boolean

Does the dependency itself have dependencies?

packageLabel String

The original name of the package, as it appears in the manifest.

Deprecated: `packageLabel` will be removed. Use normalized `packageName` field instead. Removal on 2022-10-01 UTC.
packageManager String

The dependency package manager

packageName String

The name of the package in the canonical form used by the package manager.

repository Repository

The repository containing the package

requirements String

The dependency version requirements

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API