PHPackages                             oxid-academy/graphql-product - 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. oxid-academy/graphql-product

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

oxid-academy/graphql-product
============================

Description of the package.

v1.0.0(4y ago)04GPL-3.0-or-laterPHPPHP ^7.4

Since Oct 1Pushed 3y ago2 watchersCompare

[ Source](https://github.com/oxid-academy/graphql-product)[ Packagist](https://packagist.org/packages/oxid-academy/graphql-product)[ Docs](https://www.oxid-esales.com)[ RSS](/packages/oxid-academy-graphql-product/feed)WikiDiscussions main Synced today

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

About
-----

[](#about)

This module shows how to implement your own queries and mutations.

Install
-------

[](#install)

```
composer require oxid-academy/graphql-product
vendor/bin/oe-console oe:module:activate oe_graphql_base
vendor/bin/oe-console oe:module:activate oxac_graphql_product
```

\[ ! \] The modules Storefront and/or oxid-academy/graphql-product-extension must be deactivated:

```
vendor/bin/oe-console oe:module:deactivate oe_graphql_storefront
vendor/bin/oe-console oe:module:deactivate oxac_graphql_productextension
```

Usage
-----

[](#usage)

You can use your favourite GraphQL client to explore the API, if you do not already have one installed, you may use [Altair GraphQL Client](https://altair.sirmuel.design/).

### Query

[](#query)

URL: `http://localhost/graphql/?shp=1&lang=0`

#### Request

[](#request)

```
query {
  product (itemNumber: "1402") {
    itemNumber,
    title
  }
}

```

#### Response

[](#response)

```
{
  "data": {
    "product": {
      "itemNumber": "1402",
      "title": "Trapez ION MADTRIXX"
    }
  }
}

```

### Mutation

[](#mutation)

URL: `http://localhost/graphql/?shp=1&lang=0`

#### Request

[](#request-1)

```
mutation{
  changeTitle(itemNumber: "1501", title: "Changed Title")
}

```

#### Response

[](#response-1)

```
{
  "data": {
    "changeTitle": "0584e8b766a4de2177f9ed11d1587f55"
  }
}

```

Sources
-------

[](#sources)

- Background knowledge about the architecture of the module and the GraphQL Modules, since it differs to the eShop Framework.

- The GraohQL Module documentation contains a tutorial which describes how to write own queries and mutations. Based of this documentation this example module was written.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

1735d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/093771863de624bba0d2ae1bb0b2e834429daf708f6069296e5573e4af8f0e64?d=identicon)[OXID Academy](/maintainers/OXID%20Academy)

---

Top Contributors

[![michaelkeiluweit](https://avatars.githubusercontent.com/u/2961521?v=4)](https://github.com/michaelkeiluweit "michaelkeiluweit (14 commits)")

---

Tags

graphqlOXIDmoduleseshopoxid academy

### Embed Badge

![Health badge](/badges/oxid-academy-graphql-product/health.svg)

```
[![Health](https://phpackages.com/badges/oxid-academy-graphql-product/health.svg)](https://phpackages.com/packages/oxid-academy-graphql-product)
```

###  Alternatives

[oxid-esales/graphql-storefront

OXID eSales GraphQL storefront module

2055.3k1](/packages/oxid-esales-graphql-storefront)[oxid-esales/graphql-base

OXID eSales GraphQL base module

24107.6k16](/packages/oxid-esales-graphql-base)[oxid-esales/graphql-configuration-access

OXID eSales GraphQL configuration access module

141.5k3](/packages/oxid-esales-graphql-configuration-access)[oxid-esales/oxideshop-ce

This package contains OXID eShop CE source code.

2371.2M261](/packages/oxid-esales-oxideshop-ce)[oxid-esales/paypal-module

This is the PayPal module for the OXID eShop.

36520.0k2](/packages/oxid-esales-paypal-module)[ddoe/wysiwyg-editor-module

Summernote WYSIWYG Editor for OXID eShop.

191.0M5](/packages/ddoe-wysiwyg-editor-module)

PHPackages © 2026

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