data class RelationshipDiff(val nodesToAdd: Collection<Node>, val nodesToRemove: Collection<Node>)

Collection of added and removed relationships Note: a Node might match none or multiple nodes in the database!

Parameters

nodesToAdd

nodes to add relationships

nodesToRemove

nodes to remove relationships

Constructors

Link copied to clipboard
constructor(nodesToAdd: Collection<Node>, nodesToRemove: Collection<Node>)

Properties

Link copied to clipboard
Link copied to clipboard