https://github.com/front-commerce/magento-module-review-graph-ql
This is a port of Magento 2.4.1 code for 2.3.x versions.
https://github.com/front-commerce/magento-module-review-graph-ql
Last synced: 2 months ago
JSON representation
This is a port of Magento 2.4.1 code for 2.3.x versions.
- Host: GitHub
- URL: https://github.com/front-commerce/magento-module-review-graph-ql
- Owner: front-commerce
- Created: 2020-10-19T09:16:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:52:45.000Z (over 2 years ago)
- Last Synced: 2023-12-15T09:53:35.506Z (over 2 years ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReviewGraphQl
**ReviewGraphQl** provides endpoints for getting and creating the Product reviews by guest and logged in customers.
This is a port of Magento 2.4.1+ code for 2.3.x versions.
## Versions
This repository follows semantic versioning. The Major and Minor version numbers match the Magento version: 4.1.x contains the GraphQL module as it is in Magento 2.4.1. The patch version is left for internal fixes if needed.
## Installation
### Composer
You can install this module with the following command:
```
composer require front-commerce-magento/module-review-graph-ql:4.1.2
```
Please note that you will also have to patch the existing Magento Review module. The patch is automatically applied if your project [supports composer patches](https://github.com/cweagans/composer-patches). Otherwise you must follow the procedure documented below in the "Manual" installation regarding the `Config.php` file.
### Manual
To install manually, copy the content of this repository in your project's `app/code/Magento/ReviewGraphQl` directory.
Copy the[Config.php](https://github.com/magento/magento2/blob/32ed03cad4f2b2abc6ca6e5dc14885cd822c4508/app/code/Magento/Review/Model/Review/Config.php) file in the `/Model/Review` directory of the Magento Review module.