mageplaza / module-affiliate-graphql
Magento 2 Affiliate GraphQL Extension
Installs: 603
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 1
Type:magento2-module
This package is auto-updated.
Last update: 2024-10-20 16:32:22 UTC
README
Magento 2 Affiliate GraphQL is a part of Affiliate extension that add GraphQL features, this support for PWA Studio.
1. How to install
Run the following command in Magento 2 root folder:
composer require mageplaza/module-affiliate-graphql
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Note: Magento 2 Affiliate GraphQL requires installing Mageplaza Affiliate in your Magento installation.
2. How to use
To perform GraphQL queries in Magento, please do the following requirements:
- Use Magento 2.3.x or higher. Set your site to developer mode.
- Set GraphQL endpoint as
http://<magento2-server>/graphql
in url box, click Set endpoint. (e.g.http://dev.site.com/graphql
) - To view the queries that the Mageplaza Affiliate GraphQL extension supports, you can look in
Docs > Query
in the right corner
3. Devdocs
- Affiliate API & examples
- Affiliate Pro API & examples
- Affiliate Ultimate API & examples
- Affiliate GraphQL & examples
4. Contribute to this module
Feel free to Fork and contribute to this module and create a pull request so we will merge your changes main branch.
5. Get Support
- Feel free to contact us if you have any further questions.
- Like this project, Give us a Star