Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 8947151

Browse files
committed
MAGETWO-83853: GraphQL response returns null for website_ids, url_path
- fix sequence
1 parent 4aa04fc commit 8947151

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/GraphQl/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<arguments>
1616
<argument name="areas" xsi:type="array">
1717
<item name="graphql" xsi:type="array">
18-
<item name="frontName" xsi:type="string">graphql5</item>
18+
<item name="frontName" xsi:type="string">graphql</item>
1919
</item>
2020
</argument>
2121
</arguments>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
99
<module name="Magento_StoreGraphQl">
1010
<sequence>
11-
<module name="Magento_Store"/>
1211
<module name="Magento_GraphQl"/>
1312
</sequence>
1413
</module>

0 commit comments

Comments
 (0)