Search
Self-contained graph relationship without endpoints. An UnboundRelationship represents a relationship relative to a separately known start point and end point.
https://github.com/boltprotocol/boltprotocol/blob/master/v1/_serialization.asciidoc#unboundrelationship
@type t() :: %Boltx.Types.UnboundRelationship{ element_id: String.t(), id: integer(), properties: map(), type: term() }