You are here

service graphql.validator in GraphQL 8.4

Class

Drupal\graphql\GraphQL\Validator
1 string reference to graphql.validator
ValidationController::create in src/Controller/ValidationController.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\graphql\GraphQL\Validator
  2. arguments:
  3. - '@plugin.manager.graphql.schema'
  4. - '@logger.channel.graphql'