protected property EntityRevisionById::$entityRepository in GraphQL 8.3
The entity repository service.
Type: \Drupal\Core\Entity\EntityRepositoryInterface
File
- modules/
graphql_core/ src/ Plugin/ GraphQL/ Fields/ Entity/ EntityRevisionById.php, line 43
Class
- EntityRevisionById
- Plugin annotation @GraphQLField( id = "entity_revision_by_id", secure = true, arguments = { "id" = "String!" }, contextual_arguments = {"language"}, deriver = "Drupal\graphql_core\Plugin\Deriver\Fields\EntityRevisionByIdDeriver" )
Namespace
Drupal\graphql_core\Plugin\GraphQL\Fields\EntityCode
protected $entityRepository;