refacto(*): rename hostname to custom domain (#10100)

This commit is contained in:
Antoine Moreaux
2025-02-10 16:12:36 +01:00
committed by GitHub
parent 2a0f937899
commit f733307517
51 changed files with 285 additions and 4757 deletions

View File

@ -4,7 +4,7 @@ export const UPDATE_WORKSPACE = gql`
mutation UpdateWorkspace($input: UpdateWorkspaceInput!) {
updateWorkspace(data: $input) {
id
hostname
customDomain
subdomain
displayName
logo

View File

@ -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