Skip to content

Commit ccf86d3

Browse files
committed
add Magento_QuoteGraphQl dependency to Magento_ConfigurableProductGraphQl
The Magento_ConfigurableProductGraphQl module has a reference to CartItemInput. This type is defined in Magento_QuoteGraphQl.
1 parent 20db8f6 commit ccf86d3

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/ConfigurableProductGraphQl/etc

1 file changed

+1
-0
lines changed

app/code/Magento/ConfigurableProductGraphQl/etc/module.xml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<module name="Magento_ConfigurableProduct"/>
1313
<module name="Magento_GraphQl"/>
1414
<module name="Magento_CatalogGraphQl"/>
15+
<module name="Magento_QuoteGraphQl"/>
1516
</sequence>
1617
</module>
1718
</config>

0 commit comments

Comments
 (0)