Github API - Test Config

VerifiableDomainConnection [object]

The connection type for VerifiableDomain.

Attributes
edges VerifiableDomainEdge []

VerifiableDomainEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes VerifiableDomain []

VerifiableDomain [object]

A domain that can be verified or approved for an organization or an enterprise.

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

dnsHostName URI

The DNS host name that should be used for verification.

domain URI

The unicode encoded domain.

hasFoundHostName Boolean

Whether a TXT record for verification with the expected host name was found.

hasFoundVerificationToken Boolean

Whether a TXT record for verification with the expected verification token was found.

id ID

The Node ID of the VerifiableDomain object

isApproved Boolean

Whether or not the domain is approved.

isRequiredForPolicyEnforcement Boolean

Whether this domain is required to exist for an organization or enterprise policy to be enforced.

isVerified Boolean

Whether or not the domain is verified.

The owner of the domain.

punycodeEncodedDomain URI

The punycode encoded domain.

tokenExpirationTime DateTime

The time that the current verification token will expire.

updatedAt DateTime

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

verificationToken String

The current verification token for the domain.

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