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 ca8a05c commit d150c22Copy full SHA for d150c22
app/code/Magento/GraphQlResolverCache/composer.json
@@ -5,7 +5,11 @@
5
"require": {
6
"php": "~8.1.0||~8.2.0||~8.3.0",
7
"magento/framework": "*",
8
- "magento/module-graph-ql": "*"
+ "magento/module-graph-ql": "*",
9
+ "magento/module-cms": "*",
10
+ "magento/module-catalog": "*",
11
+ "magento/module-catalog-rule": "*",
12
+ "magento/module-sales-rule": "*"
13
},
14
"license": [
15
"OSL-3.0",
0 commit comments