ProductVariantUpdate
Result of product variant update mutation.
type ProductVariantUpdate {
productVariant: ProductVariant
productErrors: [ProductError!]!
}
Fields
ProductVariantUpdate.productVariant ● ProductVariant object
The updated product variant.
ProductVariantUpdate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productVariantUpdate mutation