Skip to content

Commit d150c22

Browse files
committed
AC-9157:: [GraphQL] Resolver Cache is Invalidated When Creating/Editing/Moving/Deleting a Staging Update
1 parent ca8a05c commit d150c22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/GraphQlResolverCache/composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"require": {
66
"php": "~8.1.0||~8.2.0||~8.3.0",
77
"magento/framework": "*",
8-
"magento/module-graph-ql": "*"
8+
"magento/module-graph-ql": "*",
9+
"magento/module-cms": "*",
10+
"magento/module-catalog": "*",
11+
"magento/module-catalog-rule": "*",
12+
"magento/module-sales-rule": "*"
913
},
1014
"license": [
1115
"OSL-3.0",

0 commit comments

Comments
 (0)