GraphQL APITypesUpdateBranchInputOn this pageUpdateBranchInputNo descriptiontype UpdateBranchInput { id: UUID repoID: UUID name: String image: String githubSha: String build: Boolean deploy: Boolean}Fieldsid (UUID)repoID (UUID)name (String)image (String)githubSha (String)build (Boolean)deploy (Boolean)