ENUM
RepositoryAffiliation
The affiliation of a user to a repository
link GraphQL Schema definition
- enum RepositoryAffiliation {
- # Repositories that are owned by the authenticated user.
- # Repositories that the user has been added to as a collaborator.
- # Repositories that the user has access to through being a member of an
- # organization. This includes every repository on every team that the user is on.
- }
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.