NeoNode app and handling multiple node labels

neoNode app: Is there a way to handle neo4j nodes that have multiple labels? I added some console logs to the app.js and it seems it only handles the first label. Please advise.

Hello ssealock,
In 10.3.0 (To be released), we have a Neo4J wizard which uses node name rather than the labels and you get to change the name of the Data Model entity corresponding to it. However even with the script, you can go to Management -> Data Model and change the name from there.
In case of duplicate labels, the script gets rendered useless. I’ve patched it to use node name you may get it from here: app.js
Thanks for reporting!

Regards,
Varun