Input Object GitHub::CreateRepositoryInput

Autogenerated input type of CreateRepository

Input Fields

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.

template: Boolean

Whether this repository should be marked as a template such that anyone who can access it can create new repositories with the same files and directory structure.

homepageUrl: URI

The URL for a web page about this repository.

hasWikiEnabled: Boolean

Indicates if the repository should have the wiki feature enabled.

hasIssuesEnabled: Boolean

Indicates if the repository should have the issues feature enabled.

teamId: ID

When an organization is specified as the owner, this ID identifies the team that should be granted access to the new repository.

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.createRepository