Skip to content

Commit 0fe1ae5

Browse files
author
Valeriy Nayda
committed
GraphQL-84: Return URL Rewrites for products
1 parent 987b138 commit 0fe1ae5

File tree

1 file changed

+6
-1
lines changed
  • app/code/Magento/CatalogUrlRewriteGraphQl/etc

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_CatalogUrlRewriteGraphQl" />
9+
<module name="Magento_CatalogUrlRewriteGraphQl" >
10+
<sequence>
11+
<module name="Magento_UrlRewriteGraphQl"/>
12+
<module name="Magento_CatalogGraphQl"/>
13+
</sequence>
14+
</module>
1015
</config>

0 commit comments

Comments
 (0)