The graph object is the top level structure that makes up the configuration file.
Name | Type | Required | Description |
---|---|---|---|
files |
list[path] |
no | List of path objects for importing subgraphs. |
nodes |
list[node] |
no | List of node objects that make up the graph. |
edits |
list[edit] |
no | List of edit objects to partially edit the graph. |