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
We've been able to confirm this bug using the steps to reproduce that you provided - many thanks @MacondoExpress! 🙏 We will now prioritise the bug and address it appropriately.
We will move away from generating subscriptions events in Cypher in version 6.0.0 of the Neo4j GraphQL Library, at which point these events will be captured using CDC in the database. Closing as won't fix.
Describe the bug
As for the title, subscription "delete_relationship" events are not triggered by the nested delete operations.
Type definitions
To Reproduce
Use the following dataset:
Expected behavior
With the following mutation:
I received 3 events:
As visible by the events received, there is no event about the deleted relationship
FAV
.The text was updated successfully, but these errors were encountered: