Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mageplaza/magento-2-product-labels-graphql
Magento Product Labels GraphQL is now a part of Mageplaza Product Labels that adds GraphQL features; this supports PWA Studio.
https://github.com/mageplaza/magento-2-product-labels-graphql
graphql magento magento-installation mageplaza-product-labels pwa
Last synced: 3 months ago
JSON representation
Magento Product Labels GraphQL is now a part of Mageplaza Product Labels that adds GraphQL features; this supports PWA Studio.
- Host: GitHub
- URL: https://github.com/mageplaza/magento-2-product-labels-graphql
- Owner: mageplaza
- License: other
- Created: 2019-12-18T01:45:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T06:18:01.000Z (over 1 year ago)
- Last Synced: 2024-04-29T19:21:10.060Z (10 months ago)
- Topics: graphql, magento, magento-installation, mageplaza-product-labels, pwa
- Language: PHP
- Homepage: https://www.mageplaza.com/magento-2-product-labels/
- Size: 42 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Magento 2 Product Labels GraphQL/PWA
Mageplaza Product Labels Extension supports getting and pushing data on the website with GraphQl, this support for PWA Studio.
## How to install
Run the following command in Magento 2 root folder:
```
composer require mageplaza/module-product-labels-graphql
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```**Note:**
Mageplaza Product Labels GraphQL requires installing [Mageplaza Product Labels](https://www.mageplaza.com/magento-2-product-labels/) 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](https://www.mageplaza.com/devdocs/enable-disable-developer-mode-magento-2.html).
- Set GraphQL endpoint as `http:///graphql` in url box, click **Set endpoint**.
(e.g. `http://dev.site.com/graphql`)
- To view the queries that the **Mageplaza Product Labels GraphQL** extension supports, you can look in `Docs > Query` in the right corner## 3. Devdocs
- [Product Labels API & examples](https://documenter.getpostman.com/view/10589000/SzYXWeLf)
- [Product Labels GraphQL & examples](https://documenter.getpostman.com/view/10589000/SzYXVygT)## 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](https://www.mageplaza.com/contact.html) if you have any further questions.
- Like this project, Give us a **Star** ![star](https://i.imgur.com/S8e0ctO.png)