Object GitHub::RepositoryInvitation

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

Fields

email: String

The email address that received the invitation.

id: ID!

invitee: User

The user who received the invitation.

inviter: User!

The user who created the invitation.

permission: RepositoryPermission!

The permission granted on this repository by this invitation.

Upcoming Change on 2020-10-01 UTC Description: Type for permission will change from RepositoryPermission! to String. Reason: This field may return additional values

repository: RepositoryInfo

The Repository the user is invited to.

Uses

RepositoryInvitationConnection.nodes

RepositoryInvitationEdge.node

Node