Github API - Test Config

Submodule [object]

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

Attributes
branch 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

The branch of the upstream submodule for tracking updates

gitUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The git URL of the submodule repository

name 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

The name of the submodule in .gitmodules

nameRaw Base64String

Base64String [scalar]

A (potentially binary) string encoded using base64.

API:
Github GraphQL API

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

path 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

The path in the superproject that this submodule is located in

pathRaw Base64String

Base64String [scalar]

A (potentially binary) string encoded using base64.

API:
Github GraphQL API

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

subprojectCommitOid GitObjectID

GitObjectID [scalar]

A Git object ID.

API:
Github GraphQL API

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

API:
Github GraphQL API