You are here

service graphql.graphiql.explorer_routes in GraphQL 8.3

Class

Drupal\graphql\Routing\ExplorerRoutes

Tags

  • event_subscriber

File

./graphql.services.yml
graphql.services.yml

View source
  1. class: Drupal\graphql\Routing\ExplorerRoutes
  2. arguments:
  3. - '@plugin.manager.graphql.schema'
  4. tags:
  5. - { name: event_subscriber }