You are here

graphql_context_test.services.yml in GraphQL 8.3

modules/graphql_core/tests/modules/graphql_context_test/graphql_context_test.services.yml

File

modules/graphql_core/tests/modules/graphql_context_test/graphql_context_test.services.yml
View source
  1. services:
  2. graphql_test.route_name.context:
  3. class: Drupal\graphql_context_test\ContextProvider\RouteNameContext
  4. arguments: ['@current_route_match']
  5. tags:
  6. - { name: 'context_provider' }