We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ac60b commit 4b5adc1Copy full SHA for 4b5adc1
Resources/config/container/graphqlite.xml
@@ -29,6 +29,12 @@
29
30
<service id="TheCodingMachine\GraphQLite\Mappers\Root\RootTypeMapperInterface" alias="TheCodingMachine\GraphQLite\Mappers\Root\CompositeRootTypeMapper" />
31
32
+ <service id="TheCodingMachine\GraphQLite\Mappers\Parameters\CompositeParameterMapper">
33
+ <argument type="tagged" tag="graphql.parameter_mapper" />
34
+ </service>
35
+
36
+ <service id="TheCodingMachine\GraphQLite\Mappers\Parameters\ParameterMapperInterface" alias="TheCodingMachine\GraphQLite\Mappers\Parameters\CompositeParameterMapper" />
37
38
<service id="TheCodingMachine\GraphQLite\Mappers\Root\MyCLabsEnumTypeMapper">
39
<tag name="graphql.root_type_mapper" />
40
</service>
0 commit comments