Skip to content

Commit f6869f0

Browse files
committed
build(codegen): updating SDK
1 parent 31fed8b commit f6869f0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

commercetools.Sdk/commercetools.Sdk.GraphQL.Api/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
@@ -305,3 +305,4 @@ df53588d26d7953dfdf44166866ca03045f0a70b
305305
d042ef009240bb55e9b5b18003aba682ec9baa98
306306
7d500b75265e9fdc6c5a47acb4e1df29523f707c
307307
e3d5bc9cb69146c5d1dd755ed5e8cf2f54566b3a
308+
2cad0e3daf32cb4eacc6b08feef37acb27065b0b

0 commit comments

Comments
 (0)