Skip to content

Commit

Permalink
magento/graphql-ce#438: Adjust adding configurable products to the sh…
Browse files Browse the repository at this point in the history
…opping cart
  • Loading branch information
naydav committed Jul 29, 2019
1 parent 75f7f41 commit ea1d149
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ type AddConfigurableProductsToCartOutput {

input ConfigurableProductCartItemInput {
data: CartItemInput!
variant_sku: String @deprecated(reason: "Use CartItemInput.sku instead")
configurable_attributes: [ConfigurableCartItemAttributesInput]!
customizable_options:[CustomizableOptionInput!]
}
Expand Down

0 comments on commit ea1d149

Please sign in to comment.