Input Object GitHub::CloneTemplateRepositoryInput
Autogenerated input type of CloneTemplateRepository
Input Fields
repositoryId: ID!
The Node ID of the template repository.
name: String!
The name of the new repository.
ownerId: ID!
The ID of the owner for the new repository.
description: String
A short description of the new repository.
visibility: RepositoryVisibility!
Indicates the repository's visibility level.
includeAllBranches: Boolean
Whether to copy all branches from the template to the new repository. Defaults to copying only the default branch of the template.
clientMutationId: String
A unique identifier for the client performing the mutation.