forked from OXID-eSales/graphql-example-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.yaml
30 lines (23 loc) · 869 Bytes
/
services.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
services:
_defaults:
public: false
autowire: true
OxidEsales\GraphQL\Example\Controller\:
resource: 'src/Controller/*'
public: true
dataTypes:
namespace: OxidEsales\GraphQL\Example\DataType\
resource: 'src/DataType/*Factory.php'
public: true
dataTypesRelations:
namespace: OxidEsales\GraphQL\Example\DataType\
resource: 'src/DataType/*RelationService.php'
public: true
OxidEsales\GraphQL\Example\Framework\NamespaceMapper:
class: OxidEsales\GraphQL\Example\Framework\NamespaceMapper
tags: ['graphql_namespace_mapper']
OxidEsales\GraphQL\Example\Service\PermissionProvider:
class: OxidEsales\GraphQL\Example\Service\PermissionProvider
tags: ['graphql_permission_provider']
OxidEsales\GraphQL\Example\Service\CategoryRepository:
class: OxidEsales\GraphQL\Example\Service\CategoryRepository