refactor(catalog): use structured product toggles
This commit is contained in:
@@ -4,6 +4,12 @@ query ClientProducts {
|
||||
sku
|
||||
name
|
||||
description
|
||||
productType
|
||||
widthMm
|
||||
lengthM
|
||||
thicknessMicron
|
||||
sleeveBrand
|
||||
quantityPerBox
|
||||
isCustomizable
|
||||
availableInWarehouses {
|
||||
availableQty
|
||||
|
||||
@@ -177,6 +177,12 @@ type Product {
|
||||
sku: String!
|
||||
name: String!
|
||||
description: String
|
||||
productType: String
|
||||
widthMm: Int
|
||||
lengthM: Int
|
||||
thicknessMicron: Int
|
||||
sleeveBrand: String
|
||||
quantityPerBox: String
|
||||
isCustomizable: Boolean!
|
||||
isActive: Boolean!
|
||||
availableInWarehouses: [ProductWarehouseBalance!]!
|
||||
|
||||
Reference in New Issue
Block a user