Summary
Type {{ node_detail.node.type }} on {{ current_graph.display_name }}
Node Detail
Type {{ node_detail.node.type }} on {{ current_graph.display_name }}
Record
{{ node_detail.node.type }}
Tags: {{ node_detail.node.tags | join(", ") }}
{% else %}No tags are currently stored on this node.
{% endif %} {% if node_detail.node.has_payload %}A binary payload is stored on this node.
{% else %}No binary payload is stored on this node.
{% endif %} {% if current_user.is_owner %}{% if node_detail.delete_blockers.can_delete %} Delete is available because this node has no child or edge blockers. {% else %} Delete is blocked until child nodes and incident edges are removed. {% endif %}
{% if node_detail.delete_blockers.child_count %}Child nodes: {{ node_detail.delete_blockers.child_count }}.
{% endif %} {% if node_detail.delete_blockers.incident_edge_count %}Incident edges: {{ node_detail.delete_blockers.incident_edge_count }}.
{% endif %} {% if node_detail.delete_blockers.sample_child_ids %}Sample child IDs: {{ node_detail.delete_blockers.sample_child_ids | join(", ") }}
{% endif %} {% if node_detail.delete_blockers.sample_edge_ids %}Sample edge IDs: {{ node_detail.delete_blockers.sample_edge_ids | join(", ") }}
{% endif %} {% endif %}{% if schema_json %}{{ node_detail.node.type }}{% else %}Stored node body{% endif %}
{{ node_json }}
{{ node_json }}
Payload
Inspect and download
Use Edit node to upload, replace, or clear this payload together with the rest of the node changes.
{% endif %}