You are here

public function EntityQueryMapQueryProvider::__construct in GraphQL 8.3

QueryProvider constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager service.

File

src/GraphQL/QueryProvider/EntityQueryMapQueryProvider.php, line 23

Class

EntityQueryMapQueryProvider

Namespace

Drupal\graphql\GraphQL\QueryProvider

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager) {
  $this->entityTypeManager = $entityTypeManager;
}