add ids
This commit is contained in:
parent
a54568abad
commit
a40fee4819
@ -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' => [
|
||||
|
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user