View Source Dagex.Operations.CreateEdge (dagex v1.1.1)

Link to this section Summary

Link to this section Types

Specs

t() :: %Dagex.Operations.CreateEdge{
  child: struct(),
  child_id: String.t(),
  node_type: String.t(),
  parent: struct(),
  parent_id: String.t()
}