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.ymlView source
- services:
- graphql_test.route_name.context:
- class: Drupal\graphql_context_test\ContextProvider\RouteNameContext
- arguments: ['@current_route_match']
- tags:
- - { name: 'context_provider' }