You are here

protected property EntityUuidBuffer::$entityTypeManager in GraphQL 8.4

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/GraphQL/Buffers/EntityUuidBuffer.php, line 19

Class

EntityUuidBuffer
Collects entity UUIDs per entity type and loads them all at once in the end.

Namespace

Drupal\graphql\GraphQL\Buffers

Code

protected $entityTypeManager;