Skip to main content

CreateRepositoryInput

No description

input CreateRepositoryInput {
name: String!
readOnly: Boolean!
description: String
url: String!
branch: String
proxyId: Int
credentialsId: Int!
}

Fields

CreateRepositoryInput.name ● String! non-null scalar

CreateRepositoryInput.readOnly ● Boolean! non-null scalar

CreateRepositoryInput.description ● String scalar

CreateRepositoryInput.url ● String! non-null scalar

CreateRepositoryInput.branch ● String scalar

CreateRepositoryInput.proxyId ● Int scalar

CreateRepositoryInput.credentialsId ● Int! non-null scalar

Member Of

createRepository mutation