Skip to content

Commit ba871f5

Browse files
committed
magento/graphql-ce#438: Adjust adding configurable products to the shopping cart
1 parent 11d0590 commit ba871f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type AddConfigurableProductsToCartOutput {
5151
input ConfigurableProductCartItemInput {
5252
data: CartItemInput!
5353
variant_sku: String @deprecated(reason: "Use CartItemInput.sku instead.")
54-
parent_sku: String! @doc(description: "Configurable product SKU.")
54+
parent_sku: String @doc(description: "Configurable product SKU.")
5555
customizable_options:[CustomizableOptionInput!]
5656
}
5757

0 commit comments

Comments
 (0)