CustomDomainCreateInput
No description
input CustomDomainCreateInput {
domain: String!
}
Fields
CustomDomainCreateInput.domain ● String! non-null scalar
The domain to connect to the storefront. Must not start with https:// and must have no trailing slash.
Member Of
customDomainCreate mutation