type Node { id: Float! type: NodeType! metaData: JSON! }
id Float!
Float!
Unique identifier for the node
type NodeType!
NodeType!
Type of the node indicating what entity it represents
metaData JSON!
JSON!
Additional metadata associated with the node
{} IssueGraph.nodes
Last updated 7 months ago