Path type for AGE graph traversal results.
Summary
Types
@type t() :: %AshAge.Type.Path{ edges: [AshAge.Type.Edge.t()], vertices: [AshAge.Type.Vertex.t()] }
Path type for AGE graph traversal results.
@type t() :: %AshAge.Type.Path{ edges: [AshAge.Type.Edge.t()], vertices: [AshAge.Type.Vertex.t()] }