Module: Static::CheckIsReservedDomain

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"checkIsReservedDomain"
Query =
<<-EOS
  query checkIsReservedDomain($domainValue: String!){
  checkIsReservedDomain(domainValue: $domainValue){
      domainValue
      isReserved
  }
}
EOS