You are here

service graphql.route_enhancer.query in GraphQL 8.4

Same name and namespace in other branches
  1. 8.3 graphql.services.yml \graphql.route_enhancer.query

Class

Drupal\graphql\Routing\QueryRouteEnhancer

Tags

  • route_enhancer

File

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

View source
  1. class: Drupal\graphql\Routing\QueryRouteEnhancer
  2. arguments:
  3. - '@request_stack'
  4. tags:
  5. - { name: route_enhancer }