BoltexNif.Node (boltex_nif v0.1.1)

View Source

A Neo4j node returned from a query.

The id is the internal, transient Neo4j id. For stable identity across transactions prefer an application-level key on properties (or wait for Phase 3 when element_id is wired up via Bolt v5).

Summary

Types

t()

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