export-graph-to-dot-file
Description
Inputs
Outputs
Examples
Example 1: Default behaviour
Inputs:
{
"nodes": [
{ "id": "a", "label": "a" },
{ "id": "b", "label": "b" },
{ "id": "c", "label": "c" },
{ "id": "d", "label": "d" }
],
"edges": [
{ "id": "edge-0", "from": "a", "to": "b", "direction": "none", "attributes": {} },
{ "id": "edge-1", "from": "b", "to": "c", "direction": "none", "attributes": {} },
{ "id": "edge-2", "from": "b", "to": "d", "direction": "none", "attributes": {} }
]
}Outputs:
Use Cases
Last updated