Update information about a repository.
Arguments
UpdateRepositoryInput [input]
Autogenerated input type of UpdateRepository
Attributes
A unique identifier for the client performing the mutation.
A new description for the repository. Pass an empty string to erase the existing description.
Indicates if the repository should have the discussions feature enabled.
Indicates if the repository should have the issues feature enabled.
Indicates if the repository should have the project boards feature enabled.
Indicates if the repository displays a Sponsor button for financial contributions.
Indicates if the repository should have the wiki feature enabled.
The URL for a web page about this repository. Pass an empty string to erase the existing URL.
The new name of the repository.
The ID of the repository to update.
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.
Parameters for UpdateRepository
Returns
UpdateRepositoryPayload [object]
Autogenerated return type of UpdateRepository
Attributes
A unique identifier for the client performing the mutation.
The updated repository.