GitRepository
A Git repository.
type GitRepository {
fullName: String
htmlUrl: String
name: String
organization: String
platform: String
}
Fields
GitRepository.fullName ● String scalar common
The repository full name in owner/name format.
GitRepository.htmlUrl ● String scalar common
The HTML URL for the repository.
GitRepository.name ● String scalar common
The repository name.
GitRepository.organization ● String scalar common
The repository owner or organization.
GitRepository.platform ● String scalar common
The source control platform.
Member Of
App object ● AppEnvironment object