AshAge.Type.Path (AshAge v1.0.1)

Copy Markdown View Source

Path type for AGE graph traversal results.

Summary

Types

t()

@type t() :: %AshAge.Type.Path{
  edges: [AshAge.Type.Edge.t()],
  vertices: [AshAge.Type.Vertex.t()]
}