25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
623 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  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_DownloadableGraphQl" >
  10. <sequence>
  11. <module name="Magento_GraphQl"/>
  12. <module name="Magento_Catalog"/>
  13. <module name="Magento_CatalogGraphQl"/>
  14. <module name="Magento_QuoteGraphQl"/>
  15. <module name="Magento_Downloadable"/>
  16. </sequence>
  17. </module>
  18. </config>