You are here

service graphql.query_provider.query_map.entity in GraphQL 8.3

Class

Drupal\graphql\GraphQL\QueryProvider\EntityQueryMapQueryProvider

Tags

  • graphql_query_provider

File

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

View source
  1. class: Drupal\graphql\GraphQL\QueryProvider\EntityQueryMapQueryProvider
  2. arguments:
  3. - '@entity_type.manager'
  4. tags:
  5. - { name: graphql_query_provider }