File tree 2 files changed +8
-7
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8711,8 +8711,8 @@ type ProductTailoringImagesSet implements MessagePayload {
8711
8711
storeRef : KeyReference !
8712
8712
productRef : Reference !
8713
8713
productKey : String
8714
- oldImages : [Image ! ]!
8715
- images : [Image ! ]!
8714
+ oldImages : [Image ! ]
8715
+ images : [Image ! ]
8716
8716
type : String !
8717
8717
}
8718
8718
@@ -9070,8 +9070,8 @@ type ProductVariantSelectionIncludeOnly implements ProductVariantSelection {
9070
9070
9071
9071
type ProductVariantTailoring {
9072
9072
id : Int !
9073
- images : [Image ! ]!
9074
- assets : [Asset ! ]!
9073
+ images : [Image ! ]
9074
+ assets : [Asset ! ]
9075
9075
attributesRaw : [RawProductAttribute ! ]!
9076
9076
}
9077
9077
@@ -12076,7 +12076,7 @@ input SetProductTailoringImageLabel {
12076
12076
input SetProductTailoringImages {
12077
12077
variantId : Int
12078
12078
sku : String
12079
- images : [ImageInput ! ]!
12079
+ images : [ImageInput ! ]
12080
12080
staged : Boolean = true
12081
12081
}
12082
12082
@@ -14893,8 +14893,8 @@ input ValueFilterInput {
14893
14893
}
14894
14894
14895
14895
type VariantTailoring {
14896
- images : [Image ! ]!
14897
- assets : [Asset ! ]!
14896
+ images : [Image ! ]
14897
+ assets : [Asset ! ]
14898
14898
}
14899
14899
14900
14900
"Versioned object have an ID and version and modification. Every update of this object changes it's version."
Original file line number Diff line number Diff line change @@ -359,3 +359,4 @@ d042ef009240bb55e9b5b18003aba682ec9baa98
359
359
7d500b75265e9fdc6c5a47acb4e1df29523f707c
360
360
e3d5bc9cb69146c5d1dd755ed5e8cf2f54566b3a
361
361
591d5eaefd1d56fd350895ccea401cb42f2f0ee8
362
+ 2cad0e3daf32cb4eacc6b08feef37acb27065b0b
You can’t perform that action at this time.
0 commit comments