BoltexNif.Relationship (boltex_nif v0.1.1)

View Source

A Neo4j relationship (edge) with both endpoints bound.

Summary

Types

t()

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