Github API - Test Config

DependencyGraphManifestEdge [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 DependencyGraphManifest

DependencyGraphManifest [object]

Dependency manifest for a repository

Implements
Node
Attributes
blobPath String

Path to view the manifest file blob

A list of manifest dependencies

dependenciesCount Int

The number of dependencies listed in the manifest

exceedsMaxSize Boolean

Is the manifest too big to parse?

filename String

Fully qualified manifest filename

id ID

The Node ID of the DependencyGraphManifest object

parseable Boolean

Were we able to parse the manifest?

repository Repository

The repository containing the manifest

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API