Edge
{% if is_edit %}Edit{% else %}Create{% endif %} an edge for {{ overview.graph.display_name }}.
Connect two node IDs with a typed relationship and optional schema-validated JSON
data.
- Graph: {{ overview.graph.display_name }}.
- Instance: {{ overview.instance.display_name }}.
- Prefix: {{ overview.graph.table_prefix_label }}.
{% if is_edit and edge_detail %}
- Current version: {{ edge_detail.edge.version }}.
{% endif %}