selveq / review-graphql
Magento 2 Review GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/review-graphql
Type:magento2-module
pkg:composer/selveq/review-graphql
Requires
- php: ^8.3
- magento/framework: ^103.0
- magento/module-graph-ql: ^100.4
- magento/module-review: ^100.4
- magento/module-review-graph-ql: ^100.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
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
productReviewRatingsMetadataanswers 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,nameandvaluesper 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.