This assumes you have the OXID eShop up and running and installed and activated the oxid-esales/graphql-base module.
$ composer require api-coding-days/konfigqlAfter requiring the module, you need to head over to the OXID eShop admin and activate the module.
TBD
$ composer test- install this module into a running OXID eShop
- change the
test_config.yml- add module to the
partial_module_paths - set
activate_all_modulestotrue
- add module to the
$ ./vendor/bin/runtestsTBD