For the graph-view component, the query results have 3 maps: - `selected` - `resources.outgoing` - `resources.incoming` The `draw()` method needs to observe the length of each of those maps using `observes()`.
For the graph-view component, the query results have 3 maps:
selectedresources.outgoingresources.incomingThe
draw()method needs to observe the length of each of those maps usingobserves().