RepoInput
No description
input RepoInput { name: String description: String visibility: Visibility readme: String HEAD: String}Fields
Section titled “Fields”RepoInput.name ● Stringscalar {#name}
Section titled “RepoInput.name ● String {#name}”RepoInput.description ● Stringscalar {#description}
Section titled “RepoInput.description ● String {#description}”RepoInput.visibility ● Visibilityenum {#visibility}
Section titled “RepoInput.visibility ● Visibility {#visibility}”RepoInput.readme ● Stringscalar {#readme}
Section titled “RepoInput.readme ● String {#readme}”Updates the custom README associated with this repository. Note that the provided HTML will be sanitized when displayed on the web; see https://man.sr.ht/markdown/#post-processing
RepoInput.HEAD ● Stringscalar {#head}
Section titled “RepoInput.HEAD ● String {#head}”Updates the repository HEAD reference, which serves as the default branch. Must be a valid branch name.
Member Of
Section titled “Member Of”updateRepository mutation