OBJECT
An invitation for a user to be added to a repository.
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! }