Skip to main content

tollbitDomainsVerification

Retrieve Tollbit verification details for one or more domains.

tollbitDomainsVerification(
forceRefresh: [String!]
names: [String!]!
): [TollbitDomainVerificationResult]

Example

query ($forceRefresh: [String!], $names: [String!]!) {
tollbitDomainsVerification(forceRefresh: $forceRefresh, names: $names) {
domain
error
isVerified
}
}

Arguments

tollbitDomainsVerification.forceRefresh ● [String!] list scalar common

The domain names that should bypass cached verification data.

tollbitDomainsVerification.names ● [String!]! non-null scalar common

The domain names to verify.

Type

TollbitDomainVerificationResult object common

The result of verifying a Tollbit domain.