updateProduct
This mutation updates the details of a product.
updateProduct(
id: ID!
productData: ProductDataInput!
): ProductResponsePayload
Arguments
updateProduct.id ● ID! non-null scalar
updateProduct.productData ● ProductDataInput! non-null input
Type
ProductResponsePayload object
The requested product or a related error.