You are here

protected property ExplorerController::$introspection in GraphQL 8.4

Same name and namespace in other branches
  1. 8.3 src/Controller/ExplorerController.php \Drupal\graphql\Controller\ExplorerController::introspection

The introspection service.

Type: \Drupal\graphql\GraphQL\Utility\Introspection

File

src/Controller/ExplorerController.php, line 34

Class

ExplorerController
Controller for the GraphiQL query builder IDE.

Namespace

Drupal\graphql\Controller

Code

protected $introspection;