AddProduct mutation (#59)

This commit is contained in:
Niklas Fondberg
2021-10-05 10:03:13 +02:00
committed by GitHub
parent 4e55166828
commit 491ac6e64e
5 changed files with 38 additions and 0 deletions
+1
View File
@@ -431,6 +431,7 @@ type IdNumberResult {
}
type Mutation {
addProduct(name: String!, batch: String): Product
productInfo(productId: Int!, info: ProductInfoInput!): Product
productFocusPoint(
productId: Int!