Skip to content

Commit d23efee

Browse files
committed
build(codegen): updating SDK
1 parent 9d03953 commit d23efee

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11308,7 +11308,7 @@ input AddProductVariantTailoring {
1130811308
sku: String
1130911309
images: [ImageInput!] = []
1131011310
attributes: [ProductAttributeInput!] = []
11311-
assets: [AssetDraftInput!] = []
11311+
assets: [AssetDraftInput!]
1131211312
staged: Boolean = true
1131311313
}
1131411314

@@ -14535,7 +14535,7 @@ input ProductVariantTailoringInput {
1453514535
sku: String
1453614536
images: [ImageInput!] = []
1453714537
attributes: [ProductAttributeInput!] = []
14538-
assets: [AssetDraftInput!] = []
14538+
assets: [AssetDraftInput!]
1453914539
}
1454014540

1454114541
input ProjectSettingsUpdateAction {

reference.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cb88b922116aa4e4d1fc1926ee999781cc6cec59

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,3 +546,4 @@ cc467725d8196c5812f7d9a98645febdf0e1d073
546546
790a7e7848cdedc26065d002fa67757cef290e08
547547
b956f3a336e396a19faade74946f2fcd354f3872
548548
cb88b922116aa4e4d1fc1926ee999781cc6cec59
549+
b079eb79b31912abbf6e28be6f2348e54a440110

0 commit comments

Comments
 (0)