Cette révision appartient à :
Thomas Dartsch 2024-07-19 18:13:56 +02:00
Parent a54568abad
révision a40fee4819
2 fichiers modifiés avec 6 ajouts et 6 suppressions

Voir le fichier

@ -13,12 +13,12 @@ $sMetadataVersion = '2.0';
* Module information
*/
$aModule = [
'id' => '__PackageFull__',
'title' => 'GraphQL __Package__',
'id' => 'graphql-module-skeleton',
'title' => 'GraphQL module skeleton',
'description' => '',
'thumbnail' => 'out/pictures/logo.png',
'version' => '0.0.1',
'author' => '__Vendor__',
'author' => 'OxidEsales',
'url' => '',
'email' => '',
'extend' => [

Voir le fichier

@ -4,11 +4,11 @@ services:
public: false
autowire: true
__Vendor__\GraphQL\__Package__\:
OxidEsales\GraphQL\Skeleton\:
resource: 'src/*'
exclude: 'src/**/{DataType,Exception,Infrastructure}'
public: true
__Vendor__\GraphQL\__Package__\Shared\Service\NamespaceMapper:
class: __Vendor__\GraphQL\__Package__\Shared\Service\NamespaceMapper
OxidEsales\GraphQL\Skeleton\Shared\Service\NamespaceMapper:
class: OxidEsales\GraphQL\Skeleton\Shared\Service\NamespaceMapper
tags: ['graphql_namespace_mapper']