@@ -9,7 +9,6 @@ scalar Country
99scalar Currency
1010scalar KeyReferenceInput
1111scalar Locale
12- scalar Set
1312scalar YearMonth
1413type 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
31683167type ImportStagedOrderLineItemStateOutput implements StagedOrderUpdateActionOutput {
31693168 type : String !
31703169 lineItemId : String
31713170 lineItemKey : String
3172- state : Set !
3171+ state : [ ItemState ! ] !
31733172}
31743173
31753174type 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
61716170type 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
66646663type ProductRevertedStagedChanges implements MessagePayload {
6665- removedImageUrls : Set !
6664+ removedImageUrls : [ String ! ] !
66666665 type : String !
66676666}
66686667
@@ -7293,7 +7292,7 @@ type ProductVariantAvailabilityWithChannels {
72937292}
72947293
72957294type ProductVariantDeleted implements MessagePayload {
7296- removedImageUrls : Set !
7295+ removedImageUrls : [ String ! ] !
72977296 variant : ProductVariant
72987297 staged : Boolean
72997298 type : String !
0 commit comments