File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8711,8 +8711,8 @@ type ProductTailoringImagesSet implements MessagePayload {
87118711 storeRef: KeyReference!
87128712 productRef: Reference!
87138713 productKey: String
8714- oldImages: [Image!]!
8715- images: [Image!]!
8714+ oldImages: [Image!]
8715+ images: [Image!]
87168716 type: String!
87178717}
87188718
@@ -9070,8 +9070,8 @@ type ProductVariantSelectionIncludeOnly implements ProductVariantSelection {
90709070
90719071type ProductVariantTailoring {
90729072 id: Int!
9073- images: [Image!]!
9074- assets: [Asset!]!
9073+ images: [Image!]
9074+ assets: [Asset!]
90759075 attributesRaw: [RawProductAttribute!]!
90769076}
90779077
@@ -12076,7 +12076,7 @@ input SetProductTailoringImageLabel {
1207612076input SetProductTailoringImages {
1207712077 variantId: Int
1207812078 sku: String
12079- images: [ImageInput!]!
12079+ images: [ImageInput!]
1208012080 staged: Boolean = true
1208112081}
1208212082
@@ -14893,8 +14893,8 @@ input ValueFilterInput {
1489314893}
1489414894
1489514895type VariantTailoring {
14896- images: [Image!]!
14897- assets: [Asset!]!
14896+ images: [Image!]
14897+ assets: [Asset!]
1489814898}
1489914899
1490014900"Versioned object have an ID and version and modification. Every update of this object changes it's version."
You can’t perform that action at this time.
0 commit comments