Represents a dependency edge from one node to another.
type DependencyEdge { v: String w: String }
v String
String
ID of the parent/dependent node
w String
ID of the child/dependency node
{} SbomDependencyGraphResponse.edges
{} SbomDependencyGraphResponse.allEdges
{} Issue.dependencyGraphEdges
Last updated 7 months ago