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 efc3131 commit bf014ebCopy full SHA for bf014eb
app/code/Magento/ConfigurableProductGraphQl/composer.json
@@ -6,7 +6,6 @@
6
"php": "~7.3.0||~7.4.0",
7
"magento/module-catalog": "*",
8
"magento/module-configurable-product": "*",
9
- "magento/module-eav": "*",
10
"magento/module-graph-ql": "*",
11
"magento/module-catalog-graph-ql": "*",
12
"magento/module-quote": "*",
app/code/Magento/ConfigurableProductGraphQl/etc/module.xml
@@ -10,7 +10,6 @@
<sequence>
<module name="Magento_Catalog"/>
<module name="Magento_ConfigurableProduct"/>
13
- <module name="Magento_Eav"/>
14
<module name="Magento_GraphQl"/>
15
<module name="Magento_CatalogGraphQl"/>
16
<module name="Magento_CatalogInventory"/>
0 commit comments