Github API - Test Config

SubmoduleEdge [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 Submodule

Submodule [object]

A pointer to a repository at a specific revision embedded inside another repository.

Attributes
branch String

The branch of the upstream submodule for tracking updates

gitUrl URI

The git URL of the submodule repository

name String

The name of the submodule in .gitmodules

nameRaw Base64String

The name of the submodule in .gitmodules (Base64-encoded)

path String

The path in the superproject that this submodule is located in

pathRaw Base64String

The path in the superproject that this submodule is located in (Base64-encoded)

subprojectCommitOid GitObjectID

The commit revision of the subproject repository being tracked by the submodule

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API