magemontreal/stock-qty-graph-ql
最新稳定版本:1.0.0
Composer 安装命令:
composer require magemontreal/stock-qty-graph-ql
包简介
N/A
README 文档
README
composer require magemontreal/stock-qty-graph-ql
Main Functionalities
Added stock_qty to product GraphQl
Example:
{
products(search: "Black", pageSize: 5) {
total_count
items {
name,
stock_qty,
sku
}
page_info {
page_size
current_page
}
}
}
Installation
Run: composer require magemontreal/stock-qty-graph-ql and run bin/magento se:up
Type 1: Zip file
- Unzip the zip file in
app/code/MageMontreal/StockQtyGraphQl - Enable the module by running
php bin/magento module:enable MageMontreal_StockQtyGraphQl - Apply database updates by running
php bin/magento setup:upgrade - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require magemontreal/stock-qty-graph-ql - enable the module by running
php bin/magento module:enable MageMontreal_StockQtyGraphQl - apply database updates by running
php bin/magento setup:upgrade - Flush the cache by running
php bin/magento cache:flush
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-09-22
