service graphql.query_processor in GraphQL 8.3
Class
Drupal\graphql\GraphQL\Execution\QueryProcessor2 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
View source
- class: Drupal\graphql\GraphQL\Execution\QueryProcessor
- arguments:
- - '@cache_contexts_manager'
- - '@plugin.manager.graphql.schema'
- - '@cache.graphql.results'
- - '@request_stack'