You are here

protected property SchemaLoader::$schemaProvider in GraphQL 8

Same name and namespace in other branches
  1. 8.2 src/SchemaLoader.php \Drupal\graphql\SchemaLoader::schemaProvider

The schema provider service.

Type: \Drupal\graphql\SchemaProviderInterface

File

src/SchemaLoader.php, line 20

Class

SchemaLoader
Loads and caches a generated GraphQL schema.

Namespace

Drupal\graphql

Code

protected $schemaProvider;