Github API - Test Config

AcceptEnterpriseAdministratorInvitationPayload [object]

Autogenerated return type of AcceptEnterpriseAdministratorInvitation

Attributes
clientMutationId 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 unique identifier for the client performing the mutation.

invitation 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

The invitation that was accepted.

message 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 message confirming the result of accepting an administrator invitation.

API:
Github GraphQL API