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 af50831 commit cbe1ea3Copy full SHA for cbe1ea3
app/code/Magento/CustomerGraphQl/etc/module.xml
@@ -6,12 +6,5 @@
6
*/
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9
- <module name="Magento_CustomerGraphQl" >
10
- <sequence>
11
- <module name="Magento_Customer"/>
12
- <module name="Magento_Authorization"/>
13
- <module name="Magento_GraphQl"/>
14
- <module name="Magento_Eav"/>
15
- </sequence>
16
- </module>
+ <module name="Magento_CustomerGraphQl"/>
17
</config>
0 commit comments