You are here

service graphql.context_repository in GraphQL 8.3

Class

Drupal\graphql\GraphQL\Context\ContextRepository

Tags

  • service_collector
2 string references to graphql.context_repository
Context::create in modules/graphql_core/src/Plugin/GraphQL/Fields/Context/Context.php
Creates an instance of the plugin.
ContextDeriver::create in modules/graphql_core/src/Plugin/Deriver/Fields/ContextDeriver.php
Creates a new class instance.

File

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

View source
  1. class: Drupal\graphql\GraphQL\Context\ContextRepository
  2. tags:
  3. - { name: service_collector, tag: context_provider, call: addContextProvider }