CustomDomainCreate
Creates a custom domain
type CustomDomainCreate {
domain: CustomDomain
shopErrors: [ShopError!]!
}
Fields
CustomDomainCreate.domain ● CustomDomain object
CustomDomainCreate.shopErrors ● [ShopError!]! non-null object
Returned By
customDomainCreate mutation