drupal-graphql / drupal-graphql/graphql

[Contrib blocker] SubRequestBuffer service went missing in 4.x

Open
#1,356 4 comments 0 reactions 0 assignees View on GitHub
4.x
Dominant language
PHP
Stars
287
Forks
198
PR merge metrics
No merged PRs in 30d

Description

In the transition from 3.x to 4.x the `SubRequestBuffer` service was removed but we never got round to restoring it. The service was removed as part of the work in #812 which was one of the last PRs that was blocking the first 4.x alpha release.

It was probably just forgotten in the rush to create the alpha. Evidence for this is that we still have the service definition in `graphql.services.yml`, but the service class is missing.

This is a major (or even critical) issue since this is blocking migrations from GraphQL 3.x to 4.x. Also the [GraphQL Core Schema](https://www.drupal.org/project/graphql_core_schema) contrib module depends on this service and cannot move out of beta until this is restored.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.