graphql icon indicating copy to clipboard operation
graphql copied to clipboard

Subquery projection

Open angrykoala opened this issue 3 years ago • 2 comments

Description

Implements rfc 22 Moves projections from the RETURN statements to separate subqueries (CALL)

angrykoala avatar Aug 16 '22 12:08 angrykoala

🦋 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

changeset-bot[bot] avatar Aug 16 '22 12:08 changeset-bot[bot]

Thanks for the UI updates.

The UI has now been torn down - reopening this PR will republish it.

neo4j-team-graphql avatar Aug 16 '22 12:08 neo4j-team-graphql

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.

webberwang avatar Sep 04 '22 10:09 webberwang