You are here

service graphql.query_provider.query_map.json in GraphQL 8.3

Class

Drupal\graphql\GraphQL\QueryProvider\JsonQueryMapQueryProvider

Tags

  • graphql_query_provider

File

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

View source
  1. class: Drupal\graphql\GraphQL\QueryProvider\JsonQueryMapQueryProvider
  2. arguments:
  3. - '@cache.default'
  4. - '@config.factory'
  5. tags:
  6. - { name: graphql_query_provider }