1
1
services :
2
- EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\Criterion\ContentTypeIdentifier :
3
- tags :
4
- - {name: 'ezplatform_graphql.query_input_visitor', inputKey: 'ContentTypeIdentifier'}
5
-
6
2
EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\Criterion\ContentTypeId :
3
+ class : EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\Criterion\Standard
4
+ arguments :
5
+ $criterionClass : ' eZ\Publish\API\Repository\Values\Content\Query\Criterion\ContentTypeId'
7
6
tags :
8
7
- {name: 'ezplatform_graphql.query_input_visitor', inputKey: 'ContentTypeId'}
9
8
10
9
EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\Criterion\Text :
10
+ class : EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\Criterion\Standard
11
+ arguments :
12
+ $criterionClass : ' eZ\Publish\API\Repository\Values\Content\Query\Criterion\Fulltext'
11
13
tags :
12
14
- {name: 'ezplatform_graphql.query_input_visitor', inputKey: 'Text'}
13
15
16
+ EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\Criterion\ParentLocationId :
17
+ class : EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\Criterion\Standard
18
+ arguments :
19
+ $criterionClass : ' eZ\Publish\API\Repository\Values\Content\Query\Criterion\ParentLocationId'
20
+ tags :
21
+ - {name: 'ezplatform_graphql.query_input_visitor', inputKey: 'ParentLocationId'}
22
+
23
+
14
24
EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\Criterion\Created :
15
25
tags :
16
26
- {name: 'ezplatform_graphql.query_input_visitor', inputKey: 'Created'}
@@ -23,10 +33,6 @@ services:
23
33
tags :
24
34
- {name: 'ezplatform_graphql.query_input_visitor', inputKey: 'Field'}
25
35
26
- EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\Criterion\ParentLocationId :
27
- tags :
28
- - {name: 'ezplatform_graphql.query_input_visitor', inputKey: 'ParentLocationId'}
29
-
30
36
EzSystems\EzPlatformGraphQL\GraphQL\InputMapper\Search\SortBy :
31
37
tags :
32
38
- {name: 'ezplatform_graphql.query_input_visitor', inputKey: 'SortBy'}
0 commit comments