AshAge.Edge (AshAge v1.0.1)

Copy Markdown View Source

Edge configuration for AGE relationships.

Summary

Types

t()

@type t() :: %AshAge.Edge{
  __spark_metadata__: term(),
  destination: module(),
  direction: :outgoing | :incoming | :both,
  label: atom(),
  name: atom(),
  properties: [atom()]
}