Future<List<Node>> getNodesByRoot(String rootId) async { return _repository.query(query: NodeRootQuery(rootId)); }