You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
We'll temporarily change our query to return one of the nodes, and fetch nodes & relationship data from that node. This causes issues to generate a unique id on relationships client-side
Given the schema
When trying to query a node as subfield of the relationship
We're getting an error
If using named fields
Then error changes to:
We'll temporarily change our query to return one of the nodes, and fetch nodes & relationship data from that node.This causes issues to generate a unique id on relationships client-sideIf returning a node and the relationship as subfield, the initial node cannot be queried from the relationship's subfields anymore.
We are being forced to create undesired intermediate nodes as a result.
Being able to return relationships and get related node data sounds like a usecase neo4j-graphql-js should support
The text was updated successfully, but these errors were encountered: