You are here

service graphql.config_factory_override in GraphQL 8.3

Same name and namespace in other branches
  1. 8.4 graphql.services.yml \graphql.config_factory_override

Class

Drupal\graphql\Config\GraphQLConfigOverrides

Tags

  • config.factory.override

File

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

View source
  1. class: Drupal\graphql\Config\GraphQLConfigOverrides
  2. arguments:
  3. - '@config.storage'
  4. - '@?plugin.manager.language_negotiation_method'
  5. tags:
  6. - { name: config.factory.override, priority: -253 }