Closed Liam-Doodson closed 1 year ago
Many thanks for raising this bug report @Liam-Doodson. :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:
We've been able to confirm this bug using the steps to reproduce that you provided - many thanks @Liam-Doodson! :pray: We will now prioritise the bug and address it appropriately.
Closing as this is caused by the same underlying issue as #2820
Describe the bug Passing an array of nodes to connect in an update/create mutation, only the last node is actually connected. This only happens when the target of the connection is an interface type.
Type definitions
To Reproduce - Update Steps to reproduce the behaviour:
Expected behaviour A connection has been created to both the series and movie.
To Reproduce - Create Steps to reproduce the behaviour:
Cypher:
Expected behavior A connection has been created to both the series and movie.
System (please complete the following information):
Additional Information The relations aren't just missing from the response, they are also missing in the actual database. Works as expected on disconnect.