Skip to main content

ProductVariantImageUnassign

Unassign an image from a product variant.

type ProductVariantImageUnassign {
productVariant: ProductVariant
image: ProductImage
productErrors: [ProductError!]!
}

Fields

ProductVariantImageUnassign.productVariant ● ProductVariant object

ProductVariantImageUnassign.image ● ProductImage object

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

Returned By

productVariantImageUnassign mutation

Was this page helpful?