PHPackages                             magemontreal/stock-qty-graph-ql - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. magemontreal/stock-qty-graph-ql

ActiveMagento2-module

magemontreal/stock-qty-graph-ql
===============================

N/A

1.0.0(4y ago)131PHP

Since Sep 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/MageMontreal/magento2-stock-qty-graph-ql)[ Packagist](https://packagist.org/packages/magemontreal/stock-qty-graph-ql)[ RSS](/packages/magemontreal-stock-qty-graph-ql/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

MageMontreal Add Stock Qty to GraphQl
=====================================

[](#magemontreal-add-stock-qty-to-graphql)

```
composer require magemontreal/stock-qty-graph-ql

```

- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)
- [Configuration](#markdown-header-configuration)
- [Specifications](#markdown-header-specifications)

Main Functionalities
--------------------

[](#main-functionalities)

Added `stock_qty` to product GraphQl

[![image](https://user-images.githubusercontent.com/4007696/134252567-ab20fce9-a0a5-4566-8b68-74d61a620669.png)](https://user-images.githubusercontent.com/4007696/134252567-ab20fce9-a0a5-4566-8b68-74d61a620669.png)

Example:

```
{
  products(search: "Black", pageSize: 5) {
    total_count
    items {
      name,
      stock_qty,
      sku
    }
    page_info {
      page_size
      current_page
    }
  }
}

```

Installation
------------

[](#installation)

Run: `composer require magemontreal/stock-qty-graph-ql` and run `bin/magento se:up`

### Type 1: Zip file

[](#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

[](#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`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1686d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b3dccba6e3210ce236f23e8f3488ff0ba34c8c24dc56deaa9842422766fbd6f2?d=identicon)[MageMontreal](/maintainers/MageMontreal)

---

Top Contributors

[![cagartner](https://avatars.githubusercontent.com/u/4007696?v=4)](https://github.com/cagartner "cagartner (2 commits)")

### Embed Badge

![Health badge](/badges/magemontreal-stock-qty-graph-ql/health.svg)

```
[![Health](https://phpackages.com/badges/magemontreal-stock-qty-graph-ql/health.svg)](https://phpackages.com/packages/magemontreal-stock-qty-graph-ql)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
