graphql icon indicating copy to clipboard operation
graphql copied to clipboard

Remove foreach

Open angrykoala opened this issue 2 years ago • 2 comments

Description

Foreach is currently used for connections, and it is limiting our ability to use arbitrary Cypher to generate the subscription metadata, as well as return the data from the removed elements.

This PR aims to remove FOREACH in favour of CALL ... UNWIND

angrykoala avatar Oct 12 '22 13:10 angrykoala

⚠️ No Changeset found

Latest commit: b00e723a2b4dfe344a53aaee4713a4a68662dd3e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Oct 12 '22 13:10 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 Oct 12 '22 13:10 neo4j-team-graphql