This module provides GraphQL queries and mutations for the OXID eShop allowing access the catalogue view.
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
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.
$ composer require oxid-esales/graphql-catalogue --no-update
$ composer updateIf you didn't have the oxid-esales/graphql-base module installed, composer will do that for you.
After requiring the module, you need to activate it, either via OXID eShop admin or CLI.
$ ./bin/oe-console oe:module:activate oe_graphql_base
$ ./bin/oe-console oe:module:activate oe_graphql_catalogueA good starting point is to check the How to use section in the GraphQL Base Module
$ composer test- install this module into a running OXID eShop
- change the
test_config.yml- add
oe/graphql-catalogueto thepartial_module_paths - set
activate_all_modulestotrue
- add
$ ./vendor/bin/runtestsYou like to contribute? 🙌 AWESOME 🙌
Go and check the contribution guidelines
GPLv3, see LICENSE file.