Github API - Test Config

EnterprisePendingMemberInvitationEdge [object]

An invitation to be a member in an enterprise organization.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node OrganizationInvitation

OrganizationInvitation [object]

An Invitation for a user to an organization.

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

email String

The email address of the user invited to the organization.

id ID

The Node ID of the OrganizationInvitation object

invitationSource OrganizationInvitationSource

The source of the invitation.

The type of invitation that was sent (e.g. email, user).

invitee User

The user who was invited to the organization.

inviter User

The user who created the invitation.

Deprecated: `inviter` will be removed. `inviter` will be replaced by `inviterActor`. Removal on 2024-07-01 UTC.
inviterActor User

The user who created the invitation.

organization Organization

The organization the invite is for

The user's pending role in the organization (e.g. member, owner).

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API