Skip to content

Commit

Permalink
add Magento_QuoteGraphQl dependency to Magento_ConfigurableProductGra…
Browse files Browse the repository at this point in the history
…phQl

The Magento_ConfigurableProductGraphQl module has a reference to CartItemInput.
This type is defined in Magento_QuoteGraphQl.
  • Loading branch information
danslo committed Aug 26, 2019
1 parent 20db8f6 commit ccf86d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/ConfigurableProductGraphQl/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<module name="Magento_ConfigurableProduct"/>
<module name="Magento_GraphQl"/>
<module name="Magento_CatalogGraphQl"/>
<module name="Magento_QuoteGraphQl"/>
</sequence>
</module>
</config>

0 comments on commit ccf86d3

Please sign in to comment.