AttributeAssign
Result of attribute assign mutation.
type AttributeAssign {
productType: ProductType
product: Product
productErrors: [ProductError!]!
}
Fields
AttributeAssign.productType ● ProductType object
The product type to which the attribute was assigned.
AttributeAssign.product ● Product object
The product to which the attribute was assigned.
AttributeAssign.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
attributeAssign mutation