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
Describe the bug
Mutations are not being properly translated to cypher when the ID property includes a @property alias. This affects updates, merges, and deletes on nodes, and adds/deletes on edges.
Describe the bug
Mutations are not being properly translated to cypher when the ID property includes a
@property
alias. This affects updates, merges, and deletes on nodes, and adds/deletes on edges.Test Case
GraphQL schema
GraphQL request
Expected cypher query
Expected cypher params
Neo4j test data
N/A
Expected GraphQL response
N/A
Actual cypher query
Additional context
None
The text was updated successfully, but these errors were encountered: