Skip to content

Commit e546050

Browse files
Merge branches 'develop' and 'master' of github.com:mageplaza/magento-2-product-labels-graphql into develop
2 parents 0a4a7c8 + 98b988d commit e546050

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
## Documentation
1+
# Product Labels GraphQl
22

3-
- Installation guide: https://www.mageplaza.com/install-magento-2-extension/#solution-1-ready-to-paste
4-
- User guide: https://docs.mageplaza.com/product-labels/
5-
- Report a security issue to security@mageplaza.com
3+
## How to install
4+
Run the following command in Magento 2 root folder:
5+
6+
```
7+
composer require mageplaza/module-product-labels-graphql
8+
php bin/magento setup:upgrade
9+
php bin/magento setup:static-content:deploy
10+
```
11+
12+
## How to use
13+
14+
To start working with GraphQl in Magento, you need the following:
15+
- Use Magento 2.3.x. Returns site to developer mode
16+
- Install [chrome extension](https://chrome.google.com/webstore/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij?hl=en) (currently does not support other browsers)
17+
- Set **GraphQL endpoint** as `http://<magento2-3-server>/graphql` in url box, click **Set endpoint**. (e.g. http://develop.mageplaza.com/graphql/ce232/graphql)
18+
- Mageplaza-supported queries are fully written in the **Description** section of `Query.productlabels.Products`
19+
20+
![](https://i.imgur.com/8OW0Y2G.png)

0 commit comments

Comments
 (0)