oxid-esales / graphql-account
dev-master
2020-12-15 09:09 UTC
Requires
- php: ^7.1
- oxid-esales/graphql-base: dev-master
- oxid-esales/graphql-catalogue: dev-master
Requires (Dev)
- codeception/module-asserts: *
- friendsofphp/php-cs-fixer: ^2.16.1
- oxid-esales/oxideshop-ce: 6.5
- oxid-esales/oxideshop-unified-namespace-generator: ^2.0
- php-parallel-lint/php-parallel-lint: ^1.1
- phpcompatibility/php-compatibility: *
- phpstan/phpstan: ^0.12.26
- phpunit/phpunit: ^7.5.20|^8.5|^9
- sensiolabs-de/deptrac-shim: ^0.6.0|^0.9.0
- dev-master
- dev-master-b2b_compatibility-OXDEV-4111
- dev-master-basket_create_private-OXDEV-4178
- dev-master-ci-OXDEV-4225
- dev-master-payment_cost-OXDEV-4144
- dev-master-privatesales-OXDEV-4121
- dev-checkout_payment_and_delivery-OXDEV-4010
- dev-master-spike-OXDEV-3975
- dev-master-vouchers_to_basket-OXDEV-3955
- dev-master-order_file_relations-OXDEV-3930
- dev-master-test_order_payments-OXDEV-3937
- dev-master-3569-query-ordered-downloads
- dev-master-order_history-OXDEV-3567
- dev-master-refactor-reviewSet-to-create-rating
- dev-refactor-integration-tests-for-reviews
- dev-master-codeception-tests
This package is auto-updated.
Last update: 2020-12-15 09:09:24 UTC
README
此模块为OXID eShop提供与账户相关的GraphQL查询和突变。
此模块不再维护。请查看具有更多功能的新模块:https://github.com/OXID-eSales/graphql-storefront-module
使用方法
这假设您已经运行了OXID eShop(至少是oxid-esales/oxideshop_ce: v6.5.0
组件,它是v6.2.0
编译的一部分)。
安装
$ composer require oxid-esales/graphql-account
在引入模块后,您需要转到OXID eShop管理员并激活GraphQL账户模块。如果您尚未安装oxid-esales/graphql-base
和oxid-esales/graphql-catalogue
模块,Composer会为您完成此操作,但不要忘记在OXID eShop管理员中激活这些模块。
如何使用
一个不错的起点是查看GraphQL Base模块中的使用部分
测试
代码审查、语法检查、静态分析和单元测试
$ composer test
集成/验收测试
- 将此模块安装到运行的OXID eShop中
- 更改
test_config.yml
- 将
oe/graphql-account
添加到partial_module_paths
- 将
activate_all_modules
设置为true
- 将
$ ./vendor/bin/runtests
贡献
你想贡献?🙌 太棒了 🙌
前往查看贡献指南
构建方式
许可协议
GPLv3,请参阅LICENSE文件。