You are here

protected property Context::$contextRepository in GraphQL 8.3

The context repository service.

Type: \Drupal\Core\Plugin\Context\ContextRepositoryInterface

File

modules/graphql_core/src/Plugin/GraphQL/Fields/Context/Context.php, line 31

Class

Context
Request arbitrary drupal context objects with GraphQL.

Namespace

Drupal\graphql_core\Plugin\GraphQL\Fields\Context

Code

protected $contextRepository;