You are here

public function ConfigurationRoutes::__construct in GraphQL 8.3

ConfigurationRoutes constructor.

Parameters

\Drupal\graphql\Plugin\SchemaPluginManager $schemaManager: The graphql schema plugin manager.

File

src/Routing/ConfigurationRoutes.php, line 28

Class

ConfigurationRoutes
Registers routes for all configurable schemas.

Namespace

Drupal\graphql\Routing

Code

public function __construct(SchemaPluginManager $schemaManager) {
  $this->schemaManager = $schemaManager;
}