mageinic/customer-profile-graphql

Customer Profile GraphQL is a part of MageINIC Customer Profile extension that adds GraphQL features. This extension extends Customer Profile definitions.

dev-main 2024-01-18 11:43 UTC

This package is auto-updated.

Last update: 2024-05-18 12:53:51 UTC


README

Customer Profile GraphQL is a part of MageINIC Customer Profile extension that adds GraphQL features. This extension extends Customer Profile definitions.

1. How to install

Run the following command in Magento 2 root folder:

composer require mageinic/customer-profile-graphql

php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush

Note: Magento 2 Customer Profile GraphQL requires installing MageINIC Customer Profile in your Magento installation.

Or Install via composer [Recommend]

composer require mageinic/customer-profile

2. How to use

  • To view the queries that the MageINIC Customer Profile GraphQL extension supports, you can check Customer Profile GraphQl User Guide.pdf Or run CustomerProfileGraphQl.postman_collection.json in Postman.

3. Get Support

  • Feel free to contact us if you have any further questions.
  • Like this project, Give us a Star