Github API - Test Config

query enterpriseAdministratorInvitation

Look up a pending enterprise administrator invitation by invitee, enterprise and role.

Arguments
enterpriseSlug 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 slug of the enterprise the user was invited to join.

role EnterpriseAdministratorRole

EnterpriseAdministratorRole [enum]

The possible administrator roles in an enterprise account.

Possible values
BILLING_MANAGER

Represents a billing manager of the enterprise account.

OWNER

Represents an owner of the enterprise account.

API:
Github GraphQL API

The role for the business member invitation.

userLogin 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 login of the user invited to join the business.

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