issueGraph

Examples

type IssueGraph {
  nodes: [Node!]!
  edges: [Edge!]!
}

Fields

Field
Description
Supported fields

nodes [Node!]!

List of nodes representing various entities in the issue graph

id Float! type NodeType! metaData JSON!

edges [Edge!]!

List of edges representing connections between nodes in the issue graph

id Float! type EdgeType! metaData JSON target Float! source Float!

References

Queries using this object:

Last updated