Skip to content

RepoInput

No description

input RepoInput {
name: String
description: String
visibility: Visibility
readme: String
HEAD: String
}

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

Updates the repository HEAD reference, which serves as the default branch. Must be a valid branch name.

updateRepository mutation