AndyMardell / magento-2-blog-graphql

This module only works with Mageplaza Blog extension

Home Page:https://www.mageplaza.com/magento-2-blog-extension/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2 Blog GraphQL/PWA

Magento 2 Blog GraphQL is a part of Blog extendion 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-blog-graphql
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Note: Magento 2 Blog GraphQL requires installing Mageplaza blog 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 Blog GraphQL extension supports, you can look in Docs > Query in the right corner

3. Devdocs

Click on Run in Postman for add these collections to your workspace quickly.

Magento 2 blog graphql pwa

4. Contribute to this module

Feel free to Fork and contrinute 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 star

About

This module only works with Mageplaza Blog extension

https://www.mageplaza.com/magento-2-blog-extension/

License:Other


Languages

Language:PHP 100.0%