You are here

service graphql.query_routes in GraphQL 8.3

Class

Drupal\graphql\Routing\QueryRoutes

Tags

  • event_subscriber

File

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

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