Skip to content

Commit 6a56cdd

Browse files
Merge pull request #798 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 28afe1a + b04a61d commit 6a56cdd

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

90719071
type 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 {
1207612076
input 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

1489514895
type 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."

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,4 @@ d042ef009240bb55e9b5b18003aba682ec9baa98
359359
7d500b75265e9fdc6c5a47acb4e1df29523f707c
360360
e3d5bc9cb69146c5d1dd755ed5e8cf2f54566b3a
361361
591d5eaefd1d56fd350895ccea401cb42f2f0ee8
362+
2cad0e3daf32cb4eacc6b08feef37acb27065b0b

0 commit comments

Comments
 (0)