Skip to content

Commit a1d8c67

Browse files
Lukas von Blarerpmelab
authored andcommitted
Disabling route normalizer for the /graphql route (#697)
1 parent ce443fd commit a1d8c67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Routing/QueryRoutes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ protected function alterRoutes(RouteCollection $collection) {
4343
'schema' => $key,
4444
'_graphql' => TRUE,
4545
'_controller' => '\Drupal\graphql\Controller\RequestController::handleRequest',
46+
'_disable_route_normalizer' => 'TRUE',
4647
], [
4748
'_graphql_query_access' => 'TRUE',
4849
], [

0 commit comments

Comments
 (0)