Returns all known nodes as a one-shot query.
Future<List<Node>> getAllNodes() => select(nodes).get();