2021-08-19 17:26:43 +03:00
2019-12-18 09:02:03 +01:00
2021-06-20 18:28:17 +02:00
2020-07-03 14:28:20 +02:00
2019-12-18 09:02:03 +01:00
2021-06-20 18:28:17 +02:00
2019-12-18 09:02:03 +01:00
2021-04-21 15:20:57 +02:00
2019-12-18 09:02:03 +01:00
2019-12-18 09:02:03 +01:00
2021-04-21 15:22:25 +02:00
2021-04-22 14:03:37 +02:00
2021-06-20 18:28:17 +02:00

oxid-esales/graphql-module-skeleton

Build Status PHP Version Stable Version

What is this?

This skeleton will set you up with a

  • basic GraphQL module for OXID eShop
  • including a sane README.md
  • pre setup NamespaceMapper
  • simple example controller
  • nice developement experience

How to use

$ composer create-project oxid-esales/graphql-module-skeleton

This provides you with a basic GraphQL OXID module. To install this freshly created module into your OXID eShop you can:

$ composer config repositories.graphql path path-to-module/that-you-just-created
$ composer require my-vendor/my-package

Make sure that my-vendor/my-package matches the package name in the package composer.json.

License

GPLv3, see LICENSE file.

Description
Skeleton for creating a GraphQL module for the OXID eShop
Readme 98 KiB
Languages
PHP 100%