AshAge.Type.Vertex (AshAge v1.0.1)

Copy Markdown View Source

Vertex type for AGE graph nodes.

Summary

Types

t()

@type t() :: %AshAge.Type.Vertex{
  id: String.t() | integer(),
  label: String.t(),
  properties: map()
}