Add prod from CMS (#111)

This commit is contained in:
Niklas Fondberg
2022-04-19 13:02:48 +02:00
committed by GitHub
parent 1afebfdfdb
commit 60d4d312f1
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ type Mutation {
"""
Product
"""
addProduct(name: String!, batch: String): Product
addProduct(name: String!, batch: String, designerId: Int): Product
productInfo(productId: Int!, info: ProductInfoInput!): Product
productWallpaperType(
productId: Int!