Github API - Test Config

EnterpriseConnection [object]

The connection type for Enterprise.

Attributes
edges EnterpriseEdge []

EnterpriseEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

node Enterprise

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes Enterprise []

Enterprise [object]

An account to manage multiple organizations with consolidated policy and billing.

Implements
AnnouncementBannerNode
Attributes
announcement String

The text of the announcement

announcementExpiresAt DateTime

The expiration date of the announcement, if any

announcementUserDismissible Boolean

Whether the announcement can be dismissed by the user

avatarUrl URI

A URL pointing to the enterprise's public avatar.

billingEmail String

The enterprise's billing email.

billingInfo EnterpriseBillingInfo

Enterprise billing information visible to enterprise billing managers.

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

description String

The description of the enterprise.

descriptionHTML HTML

The description of the enterprise as HTML.

id ID

The Node ID of the Enterprise object

location String

The location of the enterprise.

A list of users who are members of this enterprise.

name String

The name of the enterprise.

organizations OrganizationConnection

A list of organizations that belong to this enterprise.

Enterprise information visible to enterprise owners or enterprise owners'
personal access tokens (classic) with read:enterprise or admin:enterprise scope.

resourcePath URI

The HTTP path for this enterprise.

slug String

The URL-friendly identifier for the enterprise.

url URI

The HTTP URL for this enterprise.

viewerIsAdmin Boolean

Is the current viewer an admin of this enterprise?

websiteUrl URI

The URL of the enterprise website.

API:
Github GraphQL API

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API