Skip to content

Commit ea1d149

Browse files
committed
magento/graphql-ce#438: Adjust adding configurable products to the shopping cart
1 parent 75f7f41 commit ea1d149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/ConfigurableProductGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ type AddConfigurableProductsToCartOutput {
5050

5151
input ConfigurableProductCartItemInput {
5252
data: CartItemInput!
53+
variant_sku: String @deprecated(reason: "Use CartItemInput.sku instead")
5354
configurable_attributes: [ConfigurableCartItemAttributesInput]!
5455
customizable_options:[CustomizableOptionInput!]
5556
}

0 commit comments

Comments
 (0)