Skip to content

Commit bd5ac97

Browse files
committed
magento/graphql-ce#685: Extract logic related to customer from DownloadableGraphQl module into new one
1 parent 1d16054 commit bd5ac97

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
99
<module name="Magento_CustomerDownloadableGraphQl" >
1010
<sequence>
11-
<module name="Magento_Catalog"/>
12-
<module name="Magento_Downloadable"/>
1311
<module name="Magento_GraphQl"/>
14-
<module name="Magento_CatalogGraphQl"/>
1512
<module name="Magento_DownloadableGraphQl"/>
1613
</sequence>
1714
</module>

app/code/Magento/DownloadableGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ type DownloadableProductSamples @doc(description: "DownloadableProductSamples de
6262
sample_url: String @doc(description: "URL to the downloadable sample")
6363
sample_type: DownloadableFileTypeEnum @deprecated(reason: "`sample_url` serves to get the downloadable sample")
6464
sample_file: String @deprecated(reason: "`sample_url` serves to get the downloadable sample")
65-
}
65+
}

0 commit comments

Comments
 (0)