You are here

service graphql.schema_loader in GraphQL 8.2

Same name and namespace in other branches
  1. 8 graphql.services.yml \graphql.schema_loader

Class

Drupal\graphql\SchemaLoader
1 string reference to graphql.schema_loader
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\SchemaLoader
  2. arguments:
  3. - '@graphql.schema_provider'
  4. - '@cache.graphql_schema'