type IssueGraph { nodes: [Node!]! edges: [Edge!]! }
nodes [Node!]!
[Node!]!
List of nodes representing various entities in the issue graph
id Float! type NodeType! metaData JSON!
Float!
NodeType!
JSON!
edges [Edge!]!
[Edge!]!
List of edges representing connections between nodes in the issue graph
id Float! type EdgeType! metaData JSON target Float! source Float!
EdgeType!
JSON
<?> getIssueGraph
<?> getCBOMAssetGraph
Last updated 5 months ago