AddProduct mutation (#59)
This commit is contained in:
@@ -431,6 +431,7 @@ type IdNumberResult {
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
addProduct(name: String!, batch: String): Product
|
||||
productInfo(productId: Int!, info: ProductInfoInput!): Product
|
||||
productFocusPoint(
|
||||
productId: Int!
|
||||
|
||||
Reference in New Issue
Block a user