Magidoc

UpdateRepositoryInput
Input Object

Autogenerated input type of UpdateRepository

Fields

#

clientMutationId

A unique identifier for the client performing the mutation.

description

A new description for the repository. Pass an empty string to erase the existing description.

hasDiscussionsEnabled

Indicates if the repository should have the discussions feature enabled.

hasIssuesEnabled

Indicates if the repository should have the issues feature enabled.

hasProjectsEnabled

Indicates if the repository should have the project boards feature enabled.

hasSponsorshipsEnabled

Indicates if the repository displays a Sponsor button for financial contributions.

hasWikiEnabled

Indicates if the repository should have the wiki feature enabled.

homepageUrl

The URL for a web page about this repository. Pass an empty string to erase the existing URL.

name

The new name of the repository.

repositoryId

ID !
Non-null

The ID of the repository to update.

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.

Usages

#

References

#

  • Argument input of field updateRepository from type Mutation