refacto(*): rename hostname to custom domain (#10100)
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_CUSTOM_HOSTNAME_DETAILS = gql`
|
||||
query GetCustomHostnameDetails {
|
||||
getCustomHostnameDetails {
|
||||
hostname
|
||||
export const GET_CUSTOM_DOMAIN_DETAILS = gql`
|
||||
query GetCustomDomainDetails {
|
||||
getCustomDomainDetails {
|
||||
customDomain
|
||||
records {
|
||||
type
|
||||
key
|
||||
Reference in New Issue
Block a user