protected property QueryArticles::$entityTypeManager in GraphQL 8.4
Type: \Drupal\Core\Entity\EntityTypeManagerInterface
File
- examples/
graphql_example/ src/ Plugin/ GraphQL/ DataProducer/ QueryArticles.php, line 40
Class
- QueryArticles
- Plugin annotation @DataProducer( id = "query_articles", name = @Translation("Load articles"), description = @Translation("Loads a list of articles."), produces = @ContextDefinition("any", label = @Translation("Article connection") ), …
Namespace
Drupal\graphql_examples\Plugin\GraphQL\DataProducerCode
protected $entityTypeManager;