Skip to content

Commit 4d3ad08

Browse files
committed
Add graphql.field_middleware tag to NoBeanFoundExceptionWrapperMiddleware
1 parent aeeda8b commit 4d3ad08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Resources/config/container/tdbmgraphql.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<defaults autowire="true" autoconfigure="true" public="false" />
1111

1212
<service id="TheCodingMachine\Tdbm\GraphQL\GraphQLTypeAnnotator" />
13+
<service id="TheCodingMachine\Tdbm\GraphQL\Middlewares\NoBeanFoundExceptionWrapperMiddleware">
14+
<tag name="graphql.field_middleware"/>
15+
</service>
1316
</services>
1417

1518
</container>

0 commit comments

Comments
 (0)