Skip to content

Commit e7760e6

Browse files
committed
AC-9147::Newsletter subscription flag for customer graphql type is in the wrong module
1 parent 6c7b111 commit e7760e6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/code/Magento/NewsletterGraphQl/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
"magento/framework": "*",
1111
"magento/module-customer": "*",
1212
"magento/module-newsletter": "*",
13-
"magento/module-store": "*"
14-
},
15-
"suggest": {
16-
"magento/module-graph-ql": "*"
13+
"magento/module-store": "*",
14+
"magento/module-graph-ql": "*",
15+
"magento/module-graph-ql-cache": "*"
1716
},
1817
"license": [
1918
"OSL-3.0",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<module name="Magento_NewsletterGraphQl">
1010
<sequence>
1111
<module name="Magento_Newsletter"/>
12-
<module name="Magento_GraphQlResolverCache"/>
1312
</sequence>
1413
</module>
1514
</config>

0 commit comments

Comments
 (0)