in frontend/src/features/cypher/CypherUtil.js [345:353]
caption: getCaption('node', val),
...getNodeColor(labelName),
};
}
if (!Object.prototype.hasOwnProperty.call(nodeLabelCaptions, labelName)) {
nodeLabelCaptions[labelName] = 'gid';
// if has property named [ name ], than set [ name ]
if (Object.prototype.hasOwnProperty.call(val.properties, 'name')) {