You are here

service graphql.buffer.entity in GraphQL 8.4

Same name and namespace in other branches
  1. 8.3 graphql.services.yml \graphql.buffer.entity

Class

Drupal\graphql\GraphQL\Buffers\EntityBuffer
6 string references to graphql.buffer.entity
EntityLoad::create in src/Plugin/GraphQL/DataProducer/Entity/EntityLoad.php
@codeCoverageIgnore
EntityLoadMultiple::create in src/Plugin/GraphQL/DataProducer/Entity/EntityLoadMultiple.php
@codeCoverageIgnore
EntityReference::create in src/Plugin/GraphQL/DataProducer/Field/EntityReference.php
@codeCoverageIgnore
QueryConnection::items in examples/graphql_example/src/Wrappers/QueryConnection.php
RouteEntity::create in src/Plugin/GraphQL/DataProducer/Routing/RouteEntity.php
@codeCoverageIgnore

... See full list

File

./graphql.services.yml
graphql.services.yml

View source
  1. class: Drupal\graphql\GraphQL\Buffers\EntityBuffer
  2. arguments:
  3. - '@entity_type.manager'