BoltexNif.UnboundRelationship (boltex_nif v0.1.1)

View Source

A relationship detached from its start/end nodes — used inside BoltexNif.Path.

Summary

Types

t()

@type t() :: %BoltexNif.UnboundRelationship{
  id: integer(),
  properties: %{optional(String.t()) => term()},
  type: String.t()
}