PHPackages                             digitalperception/catalog-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. digitalperception/catalog-graph-ql

ActiveMagento2-module

digitalperception/catalog-graph-ql
==================================

This module is an extension of module-catalog-graph-ql of magento-2.4

1.0.0(4y ago)02PHPPHP ~7.3.0||~7.4.0

Since Jul 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/digitalperception/catalog-graph-ql)[ Packagist](https://packagist.org/packages/digitalperception/catalog-graph-ql)[ RSS](/packages/digitalperception-catalog-graph-ql/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (11)Versions (2)Used By (0)

Magento 2 DigitalPerception/CatalogGraphQl Module
=================================================

[](#magento-2-digitalperceptioncataloggraphql-module)

Custom\_Attribute Text Values
-----------------------------

[](#custom_attribute-text-values)

Graphql products query returns only ids of option values for select or multiselect type attributes. Implementation of this module will allow us to retrieve Text Labels of option values of an attribute in a given store language for a given product.

#### Compatible

[](#compatible)

```
v1.0.0 - versions 2.3.* - 2.4.*

```

#### Change list

[](#change-list)

```
v1.0.0 - Start project

```

#### Installation

[](#installation)

```
1. This module is intended to be installed using composer
    [ composer require digitalperception/catalog-graph-ql ]
2. Run following commands from your root Magento installation directory:
    bin/magento module:enable DigitalPerception_CatalogGraphQl
    bin/magento setup:upgrade
    bin/magento cache:flush

```

Usage
=====

[](#usage)

Graphql Input Payload
---------------------

[](#graphql-input-payload)

```
{
  products(filter: {sku: {eq: "24-MB03"}}) {
    items {
    id
    sku
    name
    dynamicAttributes(fields: ["material","brand"]) {
        code
        label
        value
      }
    }
  }
}

```

Output Response
---------------

[](#output-response)

```
"id": 3,
"sku": "24-MB03",
"name": "Crown Summit Backpack",
"custom_attributes": [
            {
              "code": "material",
              "label": "Materialfr",
              "value": "woolfr"
            },
            {
              "code": "features_bags",
              "label": "Features",
              "value": "Audio Pocket, Waterproof, Lightweight, Reflective, Laptop Sleeve"
            }
          ],

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

1768d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8642af5bdf1fe721d2cb5c2b7e2ad552bbb8e3e634c345f5877ecdf65e86d157?d=identicon)[digitalperception](/maintainers/digitalperception)

---

Top Contributors

[![digitalperception](https://avatars.githubusercontent.com/u/87287840?v=4)](https://github.com/digitalperception "digitalperception (1 commits)")

### Embed Badge

![Health badge](/badges/digitalperception-catalog-graph-ql/health.svg)

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

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[loki/magento2-admin-components

N/A

151.6k5](/packages/loki-magento2-admin-components)[scandipwa/catalog-graphql

Catalog-specific modifications for ScandiPWA

17230.9k2](/packages/scandipwa-catalog-graphql)

PHPackages © 2026

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