You are here

protected property EntityLoadByUuid::$entityRepository in GraphQL 8.4

The entity repository service.

Type: \Drupal\Core\Entity\EntityRepositoryInterface

File

src/Plugin/GraphQL/DataProducer/Entity/EntityLoadByUuid.php, line 74

Class

EntityLoadByUuid
Loads an entity by UUID.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\Entity

Code

protected $entityRepository;