You are here

protected property ExecutorFactory::$container in GraphQL 8.4

The service container.

Type: \Symfony\Component\DependencyInjection\ContainerInterface

File

src/GraphQL/Execution/ExecutorFactory.php, line 20

Class

ExecutorFactory
Service to make our GraphQL executor, can be swapped out.

Namespace

Drupal\graphql\GraphQL\Execution

Code

protected $container;