View Source Dagex.Operations.RemoveEdge (dagex v1.1.0)

Link to this section Summary

Link to this section Types

Specs

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