You are here

protected property RequestController::$parameters in GraphQL 8.4

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

The service configuration parameters.

Type: array

File

src/Controller/RequestController.php, line 21

Class

RequestController
The main GraphQL request handler that will forward to the responsible server.

Namespace

Drupal\graphql\Controller

Code

protected $parameters;