Search by

selveq / review-graphql

ahmedwalied

Magento 2 Review GraphQl extension for ScandiPWA theme

Package info

github.com/sellveq/review-graphql

Issues

Type:magento2-module

pkg:composer/selveq/review-graphql

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

2.0.0 2026-09-18 20:13 UTC

This package is not auto-updated.

Last update: 2026-09-19 20:17:53 UTC


README

Fork of scandipwa/review-graphql 1.0.0, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/review-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.

What it does

  • productReviewRatingsMetadata answers each product rating with the label entered for the current store view (Stores › Attributes › Rating), falling back to the global rating code where none is set; Magento answers the global code only.
  • The answer keeps Magento's shape — id, name and values per rating — and an empty list while product reviews are disabled.
  • The module replaces Magento's resolver through a preference and adds no schema of its own.

Install

composer require selveq/review-graphql
bin/magento setup:upgrade

Ratings are answered only while product reviews are enabled in Magento's configuration (Stores › Configuration › Catalog › Catalog › Product Reviews).

License

OSL-3.0, the license of the original work. Scandiweb's copyright notices are kept in every file, and each file Selveq changed carries a Modifications © Selveq notice.