Skip to main content

AttributeUnassignFromProductType

Result of attribute unassign from product type mutation.

type AttributeUnassignFromProductType {
productType: ProductType
productErrors: [ProductError!]!
}

Fields

AttributeUnassignFromProductType.productType ● ProductType object

The updated product type.

AttributeUnassignFromProductType.productErrors ● [ProductError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

attributeUnassignFromProductType mutation

Was this page helpful?