Magidoc

CloneTemplateRepositoryInput
Input Object

Autogenerated input type of CloneTemplateRepository

Fields

#

clientMutationId

A unique identifier for the client performing the mutation.

description

A short description of the new repository.

includeAllBranches

Whether to copy all branches from the template to the new repository. Defaults to copying only the default branch of the template.

name

Non-null

The name of the new repository.

ownerId

ID !
Non-null

The ID of the owner for the new repository.

repositoryId

ID !
Non-null

The Node ID of the template repository.

visibility

Non-null

Indicates the repository's visibility level.

Usages

#

References

#

  • Argument input of field cloneTemplateRepository from type Mutation