ENUM
RepositoryPrivacy
The privacy of a repository
link GraphQL Schema definition
- enum RepositoryPrivacy {
- # Public
- # Private
- }
link Require by
- OrganizationAn account on GitHub, with one or more owners, that has repositories, members and teams.
- RepositoryA repository contains the content for a project.
- RepositoryOwnerRepresents an owner of a Repository.
- UserA user is an individual's account on GitHub that owns repositories and can make new content.