Open norbertBergmann opened 2 years ago
Many thanks for raising this bug report @norbertBergmann. :bug: We will now attempt to reproduce the bug based on the steps you have provided.
Please ensure that you've provided the necessary information for a minimal reproduction, including but not limited to:
If you have a support agreement with Neo4j, please link this GitHub issue to a new or existing Zendesk ticket.
Thanks again! :pray:
Hey @norbertBergmann, I've relabelled this as a feature request, because this is due to lack of support for the @cypher
directive on relationship properties, and not that it is broken. Thanks!
Good day @darrellwarde,
Are there updates on this feature request? Alternatively, what would be the best workaround for this use case? I am having trouble finding a way to retrieve native database relationship IDs.
Did you find a workaround for your use case @norbertBergmann?
I ended creating my own custom unique IDs, which I store as properties in the relationships.
Still, it would be nice to be able to add the @cypher
directive to relationships. It would be useful, for example, to query the type
function on a relationship.
Describe the bug To make properties of a relationship accessible it is possible to modeled this relationship as specific relationship IntefaceType. In this scenario, the graphql query does not allowed querying the native database ID of this relationship.
Type definitions
To Reproduce Steps to reproduce the behavior: