Skip to content

updateProduct

Update a product

Arguments

input · updateProductInput · Parameters for updateProduct

Returns

updateProductPayload

Example

mutation updateProduct($input: updateProductInput) {
updateProduct(input: $input) {
messages
product
}
}