I am trying to get a query result using NEO4j driver to populate a PyQt5 comboBox.
I believe I am on the right track, however run in the challenge to convert the query result to a list that can be loaded in self.comboBox.addItems(list).
this is what ...