Relationship Result
data class RelationshipResult(val source: String, val target: String, val type: String, val persisted: Boolean)
Persistence outcome for a single relationship.
Parameters
source
Source entity name
target
Target entity name
type
Relationship type
persisted
Whether the relationship was actually persisted (false if source or target was vetoed)