Github API - Test Config

EnterpriseServerInstallationMembershipEdge [object]

An Enterprise Server installation that a user is a member of.

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 EnterpriseServerInstallation

EnterpriseServerInstallation [object]

An Enterprise Server installation.

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

customerName String

The customer name to which the Enterprise Server installation belongs.

hostName String

The host name of the Enterprise Server installation.

id ID

The Node ID of the EnterpriseServerInstallation object

isConnected Boolean

Whether or not the installation is connected to an Enterprise Server installation via GitHub Connect.

updatedAt DateTime

Identifies the date and time when the object was last updated.

User accounts on this Enterprise Server installation.

User accounts uploads for the Enterprise Server installation.

API:
Github GraphQL API

The item at the end of the edge.

role EnterpriseUserAccountMembershipRole

EnterpriseUserAccountMembershipRole [enum]

The possible roles for enterprise membership.

Possible values
MEMBER

The user is a member of an organization in the enterprise.

OWNER

The user is an owner of an organization in the enterprise.

UNAFFILIATED

The user is not an owner of the enterprise, and not a member or owner of any
organizations in the enterprise; only for EMU-enabled enterprises.

API:
Github GraphQL API

The role of the user in the enterprise membership.

API:
Github GraphQL API