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