CustomDomainCreate
Result of custom domain create mutation.
type CustomDomainCreate {
shopErrors: [ShopError!]!
domain: CustomDomain
}
Fields
CustomDomainCreate.shopErrors ● [ShopError!]! non-null object
List of errors that occurred executing the mutation.
CustomDomainCreate.domain ● CustomDomain object
The custom domain.
Returned By
customDomainCreate mutation