项目作者: OXID-eSales

项目描述 :
This module provides account related GraphQL queries and mutations for the OXID eShop
高级语言: PHP
项目地址: git://github.com/OXID-eSales/graphql-account-module.git
创建时间: 2020-05-25T09:30:27Z
项目社区:https://github.com/OXID-eSales/graphql-account-module

开源协议:GNU General Public License v3.0

下载


oxid-esales/graphql-account

Build Status
PHP Version

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

  1. $ 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

  1. $ composer test

Integration/Acceptance tests

  • install this module into a running OXID eShop
  • change the test_config.yml
    • add oe/graphql-account to the partial_module_paths
    • set activate_all_modules to true
  1. $ ./vendor/bin/runtests

Contributing

You like to contribute? 🙌 AWESOME 🙌\
Go and check the contribution guidelines

Build with

License

GPLv3, see LICENSE file.