PHPackages                             shergold/module-indexer-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. shergold/module-indexer-graph-ql

ActiveMagento2-module

shergold/module-indexer-graph-ql
================================

N/A

1.0(3y ago)04OSL-3.0PHPPHP ~8.1.0

Since Dec 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/BarnyShergold/IndexerGraphQl)[ Packagist](https://packagist.org/packages/shergold/module-indexer-graph-ql)[ RSS](/packages/shergold-module-indexer-graph-ql/feed)WikiDiscussions main Synced 1mo ago

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

IndexerGraphQl
==============

[](#indexergraphql)

Provides GraphQl queries to access indexes information.

GraphQL Configuration
=====================

[](#graphql-configuration)

GraphQL Query
-------------

[](#graphql-query)

```
query($indexes: [String!]) {
  indexerState(indexer: $indexes ) {
    total_count,
    items {
      id,
      title,
      status,
      update_on,
      schedule_status,
      updated
    }
  }
}
```

GraphQL Parameters
------------------

[](#graphql-parameters)

The indexes array contains a list of the required indexes to be checked, for a full list of all indexes leave the array empty.

```
{
  "indexes": [
    "catalog_data_exporter_product_attributes",
    "catalogrule_product"
  ]
}
```

GraphQL Headers
---------------

[](#graphql-headers)

**Indexer-Auth-Key** is required and needs to match the secret key that has been added to the Commerce Admin Configuration.

GraphQL Sample Response
-----------------------

[](#graphql-sample-response)

```
{
  "data": {
    "indexerState": {
      "total_count": 2,
      "items": [
        {
          "id": "catalogrule_product",
          "title": "Catalog Product Rule",
          "status": "Ready",
          "update_on": "Schedule",
          "schedule_status": "idle (0 in backlog)",
          "updated": "2022-12-22 14:12:03"
        },
        {
          "id": "catalog_data_exporter_product_attributes",
          "title": "Catalog Attributes Feed",
          "status": "Ready",
          "update_on": "Schedule",
          "schedule_status": "idle (0 in backlog)",
          "updated": "2022-12-22 14:12:03"
        }
      ]
    }
  }
}
```

Commerce Configuration
======================

[](#commerce-configuration)

Set **Stores** &gt; **Configuration** &gt; **Security** &gt; **GraphQL** &gt; **Indexer State** &gt; **Secret Key** this key should be password grade and send in the **Indexer-Auth-Key** header.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

1235d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68b36227ee0239edff4525ca4669cb1fd097b47e145fa901c9335c387b5a7a51?d=identicon)[BarnyShergold](/maintainers/BarnyShergold)

---

Top Contributors

[![BarnyShergold](https://avatars.githubusercontent.com/u/1592991?v=4)](https://github.com/BarnyShergold "BarnyShergold (6 commits)")

### Embed Badge

![Health badge](/badges/shergold-module-indexer-graph-ql/health.svg)

```
[![Health](https://phpackages.com/badges/shergold-module-indexer-graph-ql/health.svg)](https://phpackages.com/packages/shergold-module-indexer-graph-ql)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[fredden/magento2-module-javascript-error-reporting

A Magento 2 module which captures JavaScript errors for later review by website administrators

3138.1k](/packages/fredden-magento2-module-javascript-error-reporting)[magepal/magento2-form-field-manager

Customer and Address Form Fields Manager for Magento2

293.8k](/packages/magepal-magento2-form-field-manager)[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)
