Bolt.Sips v2.0.11 Bolt.Sips.Types.UnboundRelationship View Source

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

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Bolt.Sips.Types.UnboundRelationship{
  end: term(),
  id: integer(),
  properties: map(),
  start: term(),
  type: term()
}