Skip to main content
Version: 0.1.0

GitHubRepoIntegrationInput

No description

input GitHubRepoIntegrationInput {
githubConnectionID: Int
githubOwner: String
githubName: String
autoDeployBranch: Boolean
autoStopBranch: Boolean
autoStopPullRequest: Boolean
branchIgnore: String
branchStopIgnore: String
}

Fields

GitHubRepoIntegrationInput.githubConnectionID ● Int scalar

GitHubRepoIntegrationInput.githubOwner ● String scalar

GitHubRepoIntegrationInput.githubName ● String scalar

GitHubRepoIntegrationInput.autoDeployBranch ● Boolean scalar

GitHubRepoIntegrationInput.autoStopBranch ● Boolean scalar

GitHubRepoIntegrationInput.autoStopPullRequest ● Boolean scalar

GitHubRepoIntegrationInput.branchIgnore ● String scalar

GitHubRepoIntegrationInput.branchStopIgnore ● String scalar

Member Of

UpdateProjectInput input