Gets all direct children of a node
Future<List<Node>> getChildren(String id) async { return _repository.query(query: NodeChildrenQuery(id)); }