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 11d0590 commit ba871f5Copy full SHA for ba871f5
app/code/Magento/ConfigurableProductGraphQl/etc/schema.graphqls
@@ -51,7 +51,7 @@ type AddConfigurableProductsToCartOutput {
51
input ConfigurableProductCartItemInput {
52
data: CartItemInput!
53
variant_sku: String @deprecated(reason: "Use CartItemInput.sku instead.")
54
- parent_sku: String! @doc(description: "Configurable product SKU.")
+ parent_sku: String @doc(description: "Configurable product SKU.")
55
customizable_options:[CustomizableOptionInput!]
56
}
57
0 commit comments