refactor(catalog): use structured product toggles
This commit is contained in:
@@ -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