Interface: GraphJson
The data type that nx graph --file graph.json
or nx build --graph graph.json
contains
Table of contents
Properties
Properties
graph
โข graph: ProjectGraph
The project graph
taskPlans
โข Optional
taskPlans: Record
<string
, string
[]>
The plans for hashing a task in the task graph
tasks
โข Optional
tasks: TaskGraph
A graph of tasks populated with nx build --graph