☰
productUpdate
Updates a product
Updates the selected product with the inserted data. Returns the updated product.
Function signature
productUpdate(companyId: Int!,data: ProductUpdate!): Product!
Type
Arguments
Required fields are marked with "!"companyId: Int!
data: ProductUpdate!