oxid-esales / graphql-account
OXID eSales GraphQL account module
Installs: 2 170
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 1
Type:oxideshop-module
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
This module provides account related GraphQL queries and mutations for the OXID eShop
This module is not maintained anymore. Hava a look at new module that have all the functionality of this one and more: https://github.com/OXID-eSales/graphql-storefront-module
Usage
This assumes you have OXID eShop (at least oxid-esales/oxideshop_ce: v6.5.0
component, which is part of the v6.2.0
compilation) up and running.
Install
$ composer require oxid-esales/graphql-account
After requiring the module, you need to head over to the OXID eShop admin and activate the GraphQL Account module. If
you did not have the oxid-esales/graphql-base
and oxid-esales/graphql-catalogue
module already installed, composer
will do that for you, but don't forget to also activate those modules in the OXID eShop admin.
How to use
A good starting point is to check the How to use section in the GraphQL Base Module
Testing
Linting, syntax check, static analysis and unit tests
$ composer test
Integration/Acceptance tests
- install this module into a running OXID eShop
- change the
test_config.yml
- add
oe/graphql-account
to thepartial_module_paths
- set
activate_all_modules
totrue
- add
$ ./vendor/bin/runtests
Contributing
You like to contribute? 🙌 AWESOME 🙌
Go and check the contribution guidelines
Build with
License
GPLv3, see LICENSE file.