mageinic / customer-profile-graphql
Customer Profile GraphQL是MageINIC客户资料扩展的一部分,该扩展增加了GraphQL功能。该扩展扩展了客户资料的定义。
dev-main
2024-01-18 11:43 UTC
Requires
- php: ^8.0
- mageinic/core: 1.0.*
- mageinic/customer-profile: 1.0.*
- magento/module-customer: 103.0.*
- magento/module-graph-ql: 100.4.*
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. 获取支持
- 如果您有任何其他问题,请随时联系我们。
- 喜欢这个项目,给我们一个星标