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