drinks-it / mageplaza-module-product-alerts-graphql
Magento 2 Product Alerts GraphQl Extension
Installs: 1 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Type:magento2-module
This package is auto-updated.
Last update: 2024-10-16 23:19:13 UTC
README
Mageplaza Product Alerts Extension supports getting and pushing data on the website with GraphQl.
How to install
Run the following command in Magento 2 root folder:
composer require mageplaza/module-product-alerts-graphql
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
To start working with Product Alerts GraphQL in Magento, you need to:
-
Use Magento 2.3.x. Return your site to developer mode
-
Install chrome extension (currently does not support other browsers)
-
Set GraphQL endpoint as
http://<magento2-3-server>/graphql
in url box, click Set endpoint. (e.g. http://develop.mageplaza.com/graphql/ce232/graphql) -
The queries Mageplaza supports can be viewed here.