You are here

protected property VoyagerController::$introspection in GraphQL 8.4

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

The introspection service.

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

File

src/Controller/VoyagerController.php, line 21

Class

VoyagerController
Controller for the GraphQL Voyager visualisation API.

Namespace

Drupal\graphql\Controller

Code

protected $introspection;