Skip to content

Commit

Permalink
GraphQL-84: Return URL Rewrites for products
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriy Nayda committed Oct 1, 2018
1 parent 987b138 commit 0fe1ae5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/code/Magento/CatalogUrlRewriteGraphQl/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magento_CatalogUrlRewriteGraphQl" />
<module name="Magento_CatalogUrlRewriteGraphQl" >
<sequence>
<module name="Magento_UrlRewriteGraphQl"/>
<module name="Magento_CatalogGraphQl"/>
</sequence>
</module>
</config>

0 comments on commit 0fe1ae5

Please sign in to comment.