Make designer optional in mutation (#30)
This commit is contained in:
@@ -12,7 +12,6 @@ import {
|
||||
Orientation,
|
||||
ProductsFilterInput,
|
||||
ProductInfoInput,
|
||||
ProductBlacklistInput,
|
||||
ProductBlacklistMarketInput,
|
||||
ProductMaterials,
|
||||
ProductSizeTypes,
|
||||
@@ -191,7 +190,7 @@ export class ProductAPI extends BaseSQLDataSource {
|
||||
path: info.path,
|
||||
browsable: info.browsable ? 1 : 0,
|
||||
visible: info.visible ? 1 : 0,
|
||||
designerid: info.designerId,
|
||||
designerid: info.designerId ?? null,
|
||||
ref1: info.ref1,
|
||||
ref2: info.ref2,
|
||||
ref3: info.ref3,
|
||||
|
||||
Reference in New Issue
Block a user