dependencyNode

Represents a node in a dependency graph.

Examples

type DependencyNode {
  id: String
  name: String
  width: String
  height: String
  vulnerable: Boolean
}

Fields

Field
Description
Supported fields

id String

Unique identifier of the node

name String

Name of the dependency or component

width String

Width for UI display

height String

Height for UI display

vulnerable Boolean

Indicates if this node has known vulnerabilities

References

Fields with this object:

Last updated