Add keyword mutation for product (#19)

This commit is contained in:
Niklas Fondberg
2021-09-03 09:51:49 +02:00
committed by GitHub
parent cb4a7c40b7
commit 596d21dce8
3 changed files with 33 additions and 9 deletions
+7
View File
@@ -289,9 +289,15 @@ enum Orientation {
enum ProductGroup {
PHOTO_WALLPAPER
CANVAS
"""
WALLPAPER is tiling
"""
WALLPAPER
OLD_REMOVED
DO_IT_YOURSELF_FRAME
"""
Not used
"""
DESIGNER_WALLPAPER
POSTER
FRAMED_PRINT
@@ -396,4 +402,5 @@ type Mutation {
productId: Int!
markets: [ProductBlacklistingInput]
): Product
productKeywords(productId: Int!, keywordIds: [Int]): Product
}