Download the PHP package landofcoder/module-product-reviews-graphql without Composer
On this page you can find all versions of the php package landofcoder/module-product-reviews-graphql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download landofcoder/module-product-reviews-graphql
More information about landofcoder/module-product-reviews-graphql
Files in landofcoder/module-product-reviews-graphql
Download landofcoder/module-product-reviews-graphql
More information about landofcoder/module-product-reviews-graphql
Files in landofcoder/module-product-reviews-graphql
Vendor landofcoder
Package module-product-reviews-graphql
Short Description Magento 2 Advanced Product Reviews GraphQl extension
License OSL-3.0
Package module-product-reviews-graphql
Short Description Magento 2 Advanced Product Reviews GraphQl extension
License OSL-3.0
Please rate this library. Is it a good library?
Informations about the package module-product-reviews-graphql
Magento 2 Module Lof Lof_ProductReviewsGraphQl
landofcoder/module-product-reviews-graphql
- Main Functionalities
- Installation
- Configuration
- Specifications
- Attributes
Main Functionalities
magento 2 product reviews graphql extension
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/Lof
- Enable the module by running
php bin/magento module:enable Lof_ProductReviewsGraphQl
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- private repository
repo.magento.com
- public repository
packagist.org
- public github repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/
- Install the module composer by running
composer require landofcoder/module-product-reviews-graphql
- enable the module by running
php bin/magento module:enable Lof_ProductReviewsGraphQl
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
TODO
Queries
- Query get product advanced reviews
- $urlKey : String - product url key
- $search : String - filter by keyword
- $pageSize : Int = 20 - page size
- $currentPage : Int = 1 - current page
- $sortBy : ReviewSortingType = default - enum: default, helpful, rating, latest, oldest, recommended, verified
Example:
-
Query review comments of a review
-
Mutation submit like a review
-
Mutation submit unlike a review
-
Mutation submit report a review
- Mutation submit product review with extra information
- ProductAdvReviewRatingInput:
rating_name: A Rating Name: It is rating_code in table rating. Example Default rating_name: Quality, Value, Price, Rating value: A Rating number, from 1 to 5.
- ReviewGalleryImageInput:
- Mutation post review comment
Example:
- Get logged in customer reviews
Query:
Filter fields:
Sort fields:
All versions of module-product-reviews-graphql with dependencies
PHP Build Version
Package Version
Requires
landofcoder/module-product-reviews Version
1.*
The package landofcoder/module-product-reviews-graphql contains the following files
Loading the files please wait ....