We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f7f41 commit ea1d149Copy full SHA for ea1d149
app/code/Magento/ConfigurableProductGraphQl/etc/schema.graphqls
@@ -50,6 +50,7 @@ type AddConfigurableProductsToCartOutput {
50
51
input ConfigurableProductCartItemInput {
52
data: CartItemInput!
53
+ variant_sku: String @deprecated(reason: "Use CartItemInput.sku instead")
54
configurable_attributes: [ConfigurableCartItemAttributesInput]!
55
customizable_options:[CustomizableOptionInput!]
56
}
0 commit comments