You are here

public function ExecutorFactory::__construct in GraphQL 8.4

ExecutorFactory constructor.

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container:

File

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

Class

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

Namespace

Drupal\graphql\GraphQL\Execution

Code

public function __construct(ContainerInterface $container) {
  $this->container = $container;
}