CustomDomainCreateInput
Input for creating a custom domain
input CustomDomainCreateInput {
domain: String!
}
Fields
CustomDomainCreateInput.domain ● String! non-null scalar
The custom domain name.
Member Of
customDomainCreate mutation