Coupon List GraphQl is a part of MageINIC Coupon List extension that adds GraphQL features. This extension extends Coupon List definitions.
Run the following command in Magento 2 root folder:
composer require mageinic/coupon-list-graphql
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
Note: Magento 2 Coupon List GraphQL requires installing MageINIC Coupon List in your Magento installation.
Or Install via composer [Recommend]
composer require mageinic/coupon-list
- To view the queries that the MageINIC Coupon List GraphQl extension supports, you can check
Coupon List GraphQl User Guide.pdf
Or runCouponListGraphQL.postman_collection.json
in Postman.
- Feel free to contact us if you have any further questions.
- Like this project, Give us a Star