Skip to content

Commit 871e5d3

Browse files
authored
fix(symfony): restore graphql_playground option (#7274)
1 parent fe921cd commit 871e5d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bundle/DependencyInjection/Configuration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ private function addGraphQlSection(ArrayNodeDefinition $rootNode): void
266266
->end()
267267
->integerNode('max_query_depth')->defaultValue(20)
268268
->end()
269+
->arrayNode('graphql_playground')
270+
->setDeprecated('api-platform/core', '4.0')
271+
->end()
269272
->integerNode('max_query_complexity')->defaultValue(500)
270273
->end()
271274
->scalarNode('nesting_separator')->defaultValue('_')->info('The separator to use to filter nested fields.')->end()

0 commit comments

Comments
 (0)