Github API - Test Config

query enterpriseAdministratorInvitationByToken

Look up a pending enterprise administrator invitation by invitation token.

Arguments
invitationToken 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

The invitation token sent with the invitation email.

Returns
EnterpriseAdministratorInvitation

EnterpriseAdministratorInvitation [object]

An invitation for a user to become an owner or billing manager of an enterprise.

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

email String

The email of the person who was invited to the enterprise.

enterprise Enterprise

The enterprise the invitation is for.

id ID

The Node ID of the EnterpriseAdministratorInvitation object

invitee User

The user who was invited to the enterprise.

inviter User

The user who created the invitation.

The invitee's pending role in the enterprise (owner or billing_manager).

API:
Github GraphQL API
API:
Github GraphQL API