Make catalog settings editable
This commit is contained in:
@@ -8,5 +8,11 @@ query CatalogProductTypeSettings {
|
||||
customLengthStepM
|
||||
allowCustomSleeveBrand
|
||||
allowCustomLabel
|
||||
widthOptionsMm
|
||||
lengthOptionsM
|
||||
thicknessOptionsMicron
|
||||
sleeveOptions
|
||||
colorOptions
|
||||
labelOptions
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,5 +8,11 @@ mutation UpsertCatalogProductTypeSetting($input: UpsertCatalogProductTypeSetting
|
||||
customLengthStepM
|
||||
allowCustomSleeveBrand
|
||||
allowCustomLabel
|
||||
widthOptionsMm
|
||||
lengthOptionsM
|
||||
thicknessOptionsMicron
|
||||
sleeveOptions
|
||||
colorOptions
|
||||
labelOptions
|
||||
}
|
||||
}
|
||||
|
||||
@@ -257,6 +257,12 @@ type CatalogProductTypeSetting {
|
||||
customLengthStepM: Int
|
||||
allowCustomSleeveBrand: Boolean!
|
||||
allowCustomLabel: Boolean!
|
||||
widthOptionsMm: [Int!]!
|
||||
lengthOptionsM: [Int!]!
|
||||
thicknessOptionsMicron: [Int!]!
|
||||
sleeveOptions: [String!]!
|
||||
colorOptions: [String!]!
|
||||
labelOptions: [String!]!
|
||||
}
|
||||
|
||||
type CartItem {
|
||||
@@ -512,6 +518,12 @@ input UpsertCatalogProductTypeSettingInput {
|
||||
customLengthStepM: Int
|
||||
allowCustomSleeveBrand: Boolean!
|
||||
allowCustomLabel: Boolean!
|
||||
widthOptionsMm: [Int!]!
|
||||
lengthOptionsM: [Int!]!
|
||||
thicknessOptionsMicron: [Int!]!
|
||||
sleeveOptions: [String!]!
|
||||
colorOptions: [String!]!
|
||||
labelOptions: [String!]!
|
||||
}
|
||||
|
||||
input ReadyOrderItemInput {
|
||||
|
||||
Reference in New Issue
Block a user