Skip to content

Commit 67b4361

Browse files
Return product stock data - Code Review FIX
1 parent a28ab2f commit 67b4361

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/CatalogInventoryGraphQl/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"require": {
66
"php": "~7.1.3||~7.2.0",
77
"magento/framework": "*",
8+
"magento/module-store": "*",
89
"magento/module-catalog": "*",
9-
"magento/module-catalog-inventory": "*"
10+
"magento/module-catalog-inventory": "*",
11+
"magento/module-catalog-inventory-graph-ql": "*"
1012
},
1113
"license": [
1214
"OSL-3.0",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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_CatalogInventoryGraphQl">
1010
<sequence>
11+
<module name="Magento_Store"/>
1112
<module name="Magento_Catalog"/>
1213
<module name="Magento_CatalogInventory"/>
1314
</sequence>

0 commit comments

Comments
 (0)