Skip to content

Commit d7eb6cd

Browse files
author
mauriau
committed
refactor(graphql): swap paremters order in DI
1 parent 940b169 commit d7eb6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/Resources/config/graphql.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<services>
88
<service id="api_platform.graphql.executor" class="ApiPlatform\GraphQl\Executor" public="false">
99
<argument>%api_platform.graphql.introspection.enabled%</argument>
10-
<argument>%api_platform.graphql.max_query_depth%</argument>
1110
<argument>%api_platform.graphql.max_query_complexity%</argument>
11+
<argument>%api_platform.graphql.max_query_depth%</argument>
1212
</service>
1313

1414
<!-- Resolvers -->

0 commit comments

Comments
 (0)