graphql.routing.yml in GraphQL 8.2
Same filename and directory in other branches
2 string references to YAML keys in graphql.routing.yml
- ExplorerController::viewExplorer in src/
Controller/ ExplorerController.php - Controller for the GraphiQL query builder IDE.
- ExplorerPageDisplayVariantSubscriber::onSelectPageDisplayVariant in src/
EventSubscriber/ ExplorerPageDisplayVariantSubscriber.php - Disables any display variant on the explorer page.
File
graphql.routing.ymlView source
- graphql.request:
- path: '/graphql'
- defaults:
- _controller: '\Drupal\graphql\Controller\RequestController::handleRequest'
- requirements:
- _permission: 'execute graphql requests'
- graphql.explorer:
- path: '/graphql/explorer'
- defaults:
- _controller: '\Drupal\graphql\Controller\ExplorerController::viewExplorer'
- requirements:
- _permission: 'use graphql explorer'