Github API - Test Config

ApproveVerifiableDomainPayload [object]

Autogenerated return type of ApproveVerifiableDomain

Attributes
clientMutationId 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 unique identifier for the client performing the mutation.

domain 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

The verifiable domain that was approved.

API:
Github GraphQL API