Subquery projection
Description
Implements rfc 22
Moves projections from the RETURN statements to separate subqueries (CALL)
🦋 Changeset detected
Latest commit: 38b44f21ec4bcdf6b0e1e9076c211329cfc37cfb
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 3 packages
| Name | Type |
|---|---|
| @neo4j/graphql | Patch |
| @neo4j/graphql-toolbox | Patch |
| @neo4j/graphql-ogm | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Thanks for the UI updates.
The UI has now been torn down - reopening this PR will republish it.
We've encountered a regression bug and have narrowed down the reason to upgrading these packages
"@neo4j/graphql": "3.6.3",
"@neo4j/graphql-ogm": "3.6.3",
to
"@neo4j/graphql": "3.7.0",
"@neo4j/graphql-ogm": "3.7.0",
It involves a query with a relationship, it's a bit complex to describe the bug fully, but we'll look to provide some examples.