Object GitHub::EnterpriseServerInstallation

An Enterprise Server installation.

Fields

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!

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.

userAccounts(orderBy: EnterpriseServerUserAccountOrder = {field: LOGIN, direction: ASC}, after: String, before: String, first: Int, last: Int): EnterpriseServerUserAccountConnection!

User accounts on this Enterprise Server installation.

Args

orderBy: EnterpriseServerUserAccountOrder = {field: LOGIN, direction: ASC}

Ordering options for Enterprise Server user accounts returned from the connection.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

userAccountsUploads(orderBy: EnterpriseServerUserAccountsUploadOrder = {field: CREATED_AT, direction: DESC}, after: String, before: String, first: Int, last: Int): EnterpriseServerUserAccountsUploadConnection!

User accounts uploads for the Enterprise Server installation.

Args

orderBy: EnterpriseServerUserAccountsUploadOrder = {field: CREATED_AT, direction: DESC}

Ordering options for Enterprise Server user accounts uploads returned from the connection.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

Uses

EnterpriseServerInstallationConnection.nodes

EnterpriseServerInstallationEdge.node

EnterpriseServerUserAccount.enterpriseServerInstallation

EnterpriseServerUserAccountsUpload.enterpriseServerInstallation

Node