Skip to main content

changeRepo

Repository Management

changeRepo(
input: CodebaseChangeRepoInput
): CodebaseChangeRepoResult!

Example

mutation ($input: CodebaseChangeRepoInput) {
changeRepo(input: $input) {
code
message
success
}
}

Arguments

changeRepo.input ● CodebaseChangeRepoInput input common

The application, environment, and branch to switch to.

Type

CodebaseChangeRepoResult object common

The result of a repository change request.