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 fe921cd commit 871e5d3Copy full SHA for 871e5d3
src/Symfony/Bundle/DependencyInjection/Configuration.php
@@ -266,6 +266,9 @@ private function addGraphQlSection(ArrayNodeDefinition $rootNode): void
266
->end()
267
->integerNode('max_query_depth')->defaultValue(20)
268
269
+ ->arrayNode('graphql_playground')
270
+ ->setDeprecated('api-platform/core', '4.0')
271
+ ->end()
272
->integerNode('max_query_complexity')->defaultValue(500)
273
274
->scalarNode('nesting_separator')->defaultValue('_')->info('The separator to use to filter nested fields.')->end()
0 commit comments