mageplaza/module-company-accounts-graphql

Magento 2 Company Accounts GraphQL Extension

1.0.3 2023-04-03 07:42 UTC

This package is auto-updated.

Last update: 2024-04-03 09:42:10 UTC


README

1. How to install

Run the following command in Magento 2 root folder:

composer require mageplaza/module-company-accounts-graphql
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

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

3. Devdocs

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

Magento 2 blog graphql pwa

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 star