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 c115516 commit 5077321Copy full SHA for 5077321
app/code/Magento/DownloadableGraphQl/etc/module.xml
@@ -8,10 +8,11 @@
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9
<module name="Magento_DownloadableGraphQl" >
10
<sequence>
11
- <module name="Magento_Catalog"/>
12
- <module name="Magento_Downloadable"/>
13
<module name="Magento_GraphQl"/>
+ <module name="Magento_Catalog"/>
14
<module name="Magento_CatalogGraphQl"/>
+ <module name="Magento_QuoteGraphQl"/>
15
+ <module name="Magento_Downloadable"/>
16
</sequence>
17
</module>
18
</config>
0 commit comments