{% extends "base.html" %} {% block content %}

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.

{% if is_edit %}Update edge{% else %}New edge{% endif %}

{% if is_edit and edge_detail %} {% endif %}

Schema Editor

Back
{% endblock %} {% block scripts %} {% endblock %}