Github API - Test Config

EnterpriseFailedInvitationConnection [object]

The connection type for OrganizationInvitation.

Attributes
edges EnterpriseFailedInvitationEdge []

EnterpriseFailedInvitationEdge [object]

A failed invitation to be a member in an enterprise organization.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

totalUniqueUserCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of unique users in the connection.

API:
Github GraphQL API