One directed, typed edge between two graph nodes. Direction runs from the issue that declares the relationship to the issue it references, after taxonomy inverse-spelling normalization.
const e: GraphEdge = { from: 'octocat/hello#7', to: 'octocat/hello#3', kind: 'blocked-by', linkClass: 'gating', source: 'body', }; Copy
const e: GraphEdge = { from: 'octocat/hello#7', to: 'octocat/hello#3', kind: 'blocked-by', linkClass: 'gating', source: 'body', };
Source node id.
One of the 12 canonical taxonomy kinds.
The taxonomy class of kind.
kind
Where this edge was discovered during graph construction.
Target node id.
One directed, typed edge between two graph nodes. Direction runs from the issue that declares the relationship to the issue it references, after taxonomy inverse-spelling normalization.
Example