I have a question on how to get the graph to show me the employee name instead of the department name. Here is my node, MERGE (:Employee {EmployeeName:"Johnny Khor",DepartmentName:"Data and Analytic"})
but when I do match(n) return(n), it show depart...