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. [API Development](/categories/api)
4. /
5. shergold/module-indexer-graph-ql

ActiveMagento2-module[API Development](/categories/api)

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 today

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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

1290d 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

8064.7M49](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[elgentos/module-prismicio

Magento 2 - Prismic.io integration

39119.0k4](/packages/elgentos-module-prismicio)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

244.9k2](/packages/zwernemann-module-withdrawal)

PHPackages © 2026

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