You are here

service graphql.query_processor in GraphQL 8.3

Class

Drupal\graphql\GraphQL\Execution\QueryProcessor
2 string references to graphql.query_processor
QueryResultAssertionTrait::graphQlProcessor in tests/src/Traits/QueryResultAssertionTrait.php
Retrieve the graphql processor.
RequestController::create in src/Controller/RequestController.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\graphql\GraphQL\Execution\QueryProcessor
  2. arguments:
  3. - '@cache_contexts_manager'
  4. - '@plugin.manager.graphql.schema'
  5. - '@cache.graphql.results'
  6. - '@request_stack'