mageinic/customer-profile-graphql

Customer Profile GraphQL是MageINIC客户资料扩展的一部分,该扩展增加了GraphQL功能。该扩展扩展了客户资料的定义。

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

This package is auto-updated.

Last update: 2024-09-18 13:45:17 UTC


README

Customer Profile GraphQL是MageINIC客户资料扩展的一部分,该扩展增加了GraphQL功能。该扩展扩展了客户资料的定义。

1. 安装方法

在Magento 2根目录中运行以下命令

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

注意: Magento 2 Customer Profile GraphQL需要安装MageINIC客户资料到您的Magento安装中。

或者通过composer安装 [推荐]

composer require mageinic/customer-profile

2. 使用方法

  • 要查看MageINIC客户资料GraphQL扩展支持的查询,您可以检查Customer Profile GraphQl User Guide.pdf或运行Postman中的CustomerProfileGraphQl.postman_collection.json

3. 获取支持

  • 如果您有任何其他问题,请随时联系我们
  • 喜欢这个项目,给我们一个星标