Github API - Test Config

EnterpriseServerInstallation [object]

An Enterprise Server installation.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Attributes
createdAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies the date and time when the object was created.

customerName 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 customer name to which the Enterprise Server installation belongs.

hostName 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 host name of the Enterprise Server installation.

id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the EnterpriseServerInstallation object

isConnected Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

updatedAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

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

userAccounts EnterpriseServerUserAccountConnection

EnterpriseServerUserAccountConnection [object]

The connection type for EnterpriseServerUserAccount.

Attributes

A list of edges.

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

User accounts on this Enterprise Server installation.

userAccountsUploads EnterpriseServerUserAccountsUploadConnection

EnterpriseServerUserAccountsUploadConnection [object]

The connection type for EnterpriseServerUserAccountsUpload.

Attributes

A list of edges.

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

User accounts uploads for the Enterprise Server installation.

API:
Github GraphQL API