Open
Description
In a multilingual context it should be possible to create a query which returns only the entities that have a specific translation. That is currently possible. But it is not possible to use the entity buffer to load those entities in the requested translation. The method \Drupal\graphql\GraphQL\Buffers\EntityBuffer::add()
therefore needs to be extended by a third parameter - $language
.