You are here

public function VoyagerRoutes::__construct in GraphQL 8.3

VoyagerRoutes constructor.

Parameters

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

File

src/Routing/VoyagerRoutes.php, line 28

Class

VoyagerRoutes
Registers graphql voyager routes for all schemas.

Namespace

Drupal\graphql\Routing

Code

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