You are here

protected property EntityReference::$entityTypeManager in GraphQL 8.4

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/GraphQL/DataProducer/Field/EntityReference.php, line 72

Class

EntityReference
Loads entities from an entity reference field.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\Field

Code

protected $entityTypeManager;