Skip to main content

CodebaseChangeRepoInput

Variables for the CodebaseChangeRepo mutation

input CodebaseChangeRepoInput {
appId: Int!
branch: String!
environmentId: Int!
}

Fields

CodebaseChangeRepoInput.appId ● Int! non-null scalar common

The unique ID of the Application

CodebaseChangeRepoInput.branch ● String! non-null scalar common

The new branch name

CodebaseChangeRepoInput.environmentId ● Int! non-null scalar common

The unique ID of the Environment

Member Of

changeRepo mutation