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

Self-contained graph node.

A Node represents a node from a Neo4j graph and consists of a unique identifier (within the scope of its origin graph), a list of labels and a map of properties.

https://github.com/boltprotocol/boltprotocol/blob/master/v1/_serialization.asciidoc#node

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Bolt.Sips.Types.Node{
  id: integer(),
  labels: [String.t()],
  properties: map()
}