Skip to content

Commit 98d27f3

Browse files
Return product stock data
1 parent d2b9d53 commit 98d27f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/CatalogInventoryGraphQl/composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"type": "magento2-module",
55
"require": {
66
"php": "~7.1.3||~7.2.0",
7-
"magento/framework": "*"
8-
},
9-
"suggest": {
7+
"magento/framework": "*",
8+
"magento/module-catalog": "*",
109
"magento/module-catalog-inventory": "*"
1110
},
1211
"license": [

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_Catalog"/>
1112
<module name="Magento_CatalogInventory"/>
1213
</sequence>
1314
</module>

0 commit comments

Comments
 (0)