Input Object GitHub::UpdateRepositoryInput
Autogenerated input type of UpdateRepository
Input Fields
repositoryId: ID!
The ID of the repository to update.
name: String
The new name of the repository.
description: String
A new description for the repository. Pass an empty string to erase the existing description.
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. Pass an empty string to erase the existing URL.
hasWikiEnabled: Boolean
Indicates if the repository should have the wiki feature enabled.
hasIssuesEnabled: Boolean
Indicates if the repository should have the issues feature enabled.
hasProjectsEnabled: Boolean
Indicates if the repository should have the project boards feature enabled.
clientMutationId: String
A unique identifier for the client performing the mutation.