AttributeUnassign
Result of attribute unassign mutation.
type AttributeUnassign {
productType: ProductType
product: Product
productErrors: [ProductError!]!
}
Fields
AttributeUnassign.productType ● ProductType object
The product type with unassigned attributes.
AttributeUnassign.product ● Product object
The product to which the attribute was unassigned.
AttributeUnassign.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
attributeUnassign mutation