File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
CustomerDownloadableGraphQl/etc Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
9
9
<module name =" Magento_CustomerDownloadableGraphQl" >
10
10
<sequence >
11
- <module name =" Magento_Catalog" />
12
- <module name =" Magento_Downloadable" />
13
11
<module name =" Magento_GraphQl" />
14
- <module name =" Magento_CatalogGraphQl" />
15
12
<module name =" Magento_DownloadableGraphQl" />
16
13
</sequence >
17
14
</module >
Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ type DownloadableProductSamples @doc(description: "DownloadableProductSamples de
62
62
sample_url : String @doc (description : " URL to the downloadable sample" )
63
63
sample_type : DownloadableFileTypeEnum @deprecated (reason : " `sample_url` serves to get the downloadable sample" )
64
64
sample_file : String @deprecated (reason : " `sample_url` serves to get the downloadable sample" )
65
- }
65
+ }
You can’t perform that action at this time.
0 commit comments