Skip to content

Commit 2e5d262

Browse files
committed
build(codegen): updating SDK
1 parent 12bdeeb commit 2e5d262

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ scalar Country
99
scalar Currency
1010
scalar KeyReferenceInput
1111
scalar Locale
12-
scalar Set
1312
scalar YearMonth
1413
type Product implements Versioned & ReviewTarget & ReferenceExpandable {
1514
id: String!
@@ -3162,14 +3161,14 @@ type ImportStagedOrderCustomLineItemStateOutput implements StagedOrderUpdateActi
31623161
type: String!
31633162
customLineItemId: String
31643163
customLineItemKey: String
3165-
state: Set!
3164+
state: [ItemState!]!
31663165
}
31673166

31683167
type ImportStagedOrderLineItemStateOutput implements StagedOrderUpdateActionOutput {
31693168
type: String!
31703169
lineItemId: String
31713170
lineItemKey: String
3172-
state: Set!
3171+
state: [ItemState!]!
31733172
}
31743173

31753174
type InStore implements CartDiscountQueryInterface & CartQueryInterface & CustomerActiveCartInterface & OrderQueryInterface & CustomerQueryInterface & ShippingMethodsByCartInterface & MeFieldInterface {
@@ -5464,7 +5463,7 @@ type OrderLineItemRemoved implements MessagePayload & OrderMessagePayload {
54645463
lineItemKey: String
54655464
removedQuantity: Long!
54665465
newQuantity: Long!
5467-
newState: Set!
5466+
newState: [ItemState!]!
54685467
newTotalPrice: Money!
54695468
newPrice: ProductPrice
54705469
newShippingDetails: ItemShippingDetails
@@ -6169,7 +6168,7 @@ type ProductData {
61696168
}
61706169

61716170
type ProductDeleted implements MessagePayload {
6172-
removedImageUrls: Set!
6171+
removedImageUrls: [String!]!
61736172
currentProjection: ProductProjectionMessagePayload
61746173
type: String!
61756174
}
@@ -6662,7 +6661,7 @@ type ProductRemovedFromCategory implements MessagePayload {
66626661
}
66636662

66646663
type ProductRevertedStagedChanges implements MessagePayload {
6665-
removedImageUrls: Set!
6664+
removedImageUrls: [String!]!
66666665
type: String!
66676666
}
66686667

@@ -7293,7 +7292,7 @@ type ProductVariantAvailabilityWithChannels {
72937292
}
72947293

72957294
type ProductVariantDeleted implements MessagePayload {
7296-
removedImageUrls: Set!
7295+
removedImageUrls: [String!]!
72977296
variant: ProductVariant
72987297
staged: Boolean
72997298
type: String!

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,3 +558,4 @@ a4f238d5a4c1c21a0879492c797b531172629295
558558
f9cc6c487014f23d946d77973ea9b8ca04427b99
559559
f3953bd6897e754279670079ed10ee1423e80b7a
560560
25764c6fb8144de8c9e1d9644baf6da6c15eae37
561+
b160c5271c6450971a37600ed078c9c1c2841c33

0 commit comments

Comments
 (0)