Download the PHP package landofcoder/module-seller-productlist-graph-ql without Composer
On this page you can find all versions of the php package landofcoder/module-seller-productlist-graph-ql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download landofcoder/module-seller-productlist-graph-ql
More information about landofcoder/module-seller-productlist-graph-ql
Files in landofcoder/module-seller-productlist-graph-ql
Download landofcoder/module-seller-productlist-graph-ql
More information about landofcoder/module-seller-productlist-graph-ql
Files in landofcoder/module-seller-productlist-graph-ql
Vendor landofcoder
Package module-seller-productlist-graph-ql
Short Description Magento 2 Seller product list graphql extension
License OSL-3.0
Package module-seller-productlist-graph-ql
Short Description Magento 2 Seller product list graphql extension
License OSL-3.0
Please rate this library. Is it a good library?
Informations about the package module-seller-productlist-graph-ql
Magento 2 Module Lofmp ProductListGraphQl
Seller Products List - Products Slider Graphql. Get seller products list with filter last, bestseller, featured, deals,...
landofcoder/module-seller-productlist-graph-ql
- Main Functionalities
- Installation
- Configuration
- Specifications
- Attributes
Requirement
Main Functionalities
magento 2 product list graphql extension
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/Lofmp
- Enable the module by running
php bin/magento module:enable Lofmp_ProductListGraphQl
- 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-productlist-graph-ql
- enable the module by running
php bin/magento module:enable Lofmp_ProductListGraphQl
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
TODO
- Support full-text search
Queries
Get seller products list:
-
Define Fragments before:
-
Use Query:
-
SellerProductSourceType: enum type
- ProductFilterInput: is deprecated, use @ProductAttributeFilterInput instead. ProductFilterInput defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.
view in module
magento/module-catalog-graph-ql
Example:
query featured products of seller url key "seller-a"
All versions of module-seller-productlist-graph-ql with dependencies
PHP Build Version
Package Version
No informations.
The package landofcoder/module-seller-productlist-graph-ql contains the following files
Loading the files please wait ....