You are here

namespace Drupal\graphql\GraphQL\Buffers in GraphQL 8.4

Same name in other branches
  1. 8.3 Drupal\graphql\GraphQL\Buffers
Classsort descending Location Description
BufferBase src/GraphQL/Buffers/BufferBase.php Base class for field buffering services.
EntityBuffer src/GraphQL/Buffers/EntityBuffer.php Collects entity IDs per entity type and loads them all at once in the end.
EntityRevisionBuffer src/GraphQL/Buffers/EntityRevisionBuffer.php Entity revision buffer.
EntityUuidBuffer src/GraphQL/Buffers/EntityUuidBuffer.php Collects entity UUIDs per entity type and loads them all at once in the end.