dependencyEdge

Represents a dependency edge from one node to another.

Examples

type DependencyEdge {
  v: String
  w: String
}

Fields

Field
Description
Supported fields

v String

ID of the parent/dependent node

w String

ID of the child/dependency node

References

Fields with this object:

Last updated