AshAge.Type.Edge (AshAge v1.0.1)

Copy Markdown View Source

Edge type for AGE graph relationships.

Summary

Types

t()

@type t() :: %AshAge.Type.Edge{
  end_id: integer(),
  id: integer(),
  label: String.t(),
  properties: map(),
  start_id: integer()
}