ENUM

RepositoryAffiliation

The affiliation of a user to a repository

link GraphQL Schema definition

  • enum RepositoryAffiliation {
  • # Repositories that are owned by the authenticated user.
  • OWNER
  • # Repositories that the user has been added to as a collaborator.
  • 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.
  • ORGANIZATION_MEMBER
  • }