Magidoc

CreateRepositoryInput
Input Object

Autogenerated input type of CreateRepository

Fields

#

clientMutationId

A unique identifier for the client performing the mutation.

description

A short description of the new repository.

hasIssuesEnabled

Indicates if the repository should have the issues feature enabled.

Default: true

hasWikiEnabled

Indicates if the repository should have the wiki feature enabled.

homepageUrl

The URL for a web page about this repository.

name

Non-null

The name of the new repository.

ownerId

The ID of the owner for the new repository.

teamId

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

template

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.

visibility

Non-null

Indicates the repository's visibility level.

Usages

#

References

#

  • Argument input of field createRepository from type Mutation