OBJECT

RepositoryInvitation

An invitation for a user to be added to a repository.

link GraphQL Schema definition

  • type RepositoryInvitation implements Node {
  • id: ID!
  • # The user who received the invitation.
  • invitee: User!
  • # The user who created the invitation.
  • inviter: User!
  • # The Repository the user is invited to.
  • repository: RepositoryInvitationRepository!
  • }

link Require by

This element is not required by anyone