How can make the graph to show names of node with the values in agens browser as I am seeing the node numbers like 3.49 3.11 etc..
Is there a option to update the name for the node that we create, referring to the load command...
LOAD FROM post AS ROW
MERGE (:post =to_jsonb(row_to_json(row)));
During the above load command is there a way to update the names that appear in agens browser.
Also I wanted to update the realtions label appear in the agens browser.
How can make the graph to show names of node with the values in agens browser as I am seeing the node numbers like 3.49 3.11 etc..
Is there a option to update the name for the node that we create, referring to the load command... LOAD FROM post AS ROW MERGE (:post =to_jsonb(row_to_json(row)));
During the above load command is there a way to update the names that appear in agens browser.
Also I wanted to update the realtions label appear in the agens browser.