Skip to main content

Repo

A source code repository connected to WordPress VIP.

type Repo implements Model {
apps: AppList
branch: String
id: Int
name: String
}

Fields

Repo.apps ● AppList object common

The applications linked to this repository.

Repo.branch ● String scalar common

The default or selected branch for the repository.

Repo.id ● Int scalar common

The unique identifier for the repository record.

Repo.name ● String scalar common

The repository name in owner/name format.

Interfaces

Model interface common

A model with an integer identifier.

Returned By

repo query