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 2fbbc11 commit b2022f9Copy full SHA for b2022f9
app/code/Magento/QuoteGraphQl/composer.json
@@ -8,6 +8,7 @@
8
"magento/module-quote": "*",
9
"magento/module-checkout": "*",
10
"magento/module-catalog": "*",
11
+ "magento/module-catalog-graph-ql": "*",
12
"magento/module-store": "*",
13
"magento/module-customer": "*",
14
"magento/module-customer-graph-ql": "*",
app/code/Magento/QuoteGraphQl/etc/module.xml
@@ -6,5 +6,9 @@
6
*/
7
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
- <module name="Magento_QuoteGraphQl"/>
+ <module name="Magento_QuoteGraphQl">
+ <sequence>
+ <module name="Magento_CatalogGraphQl"/>
+ </sequence>
+ </module>
</config>
0 commit comments