There is already a similar feature suggestion to automatically serialize the graph to an external pretty json file alongside the graph and load from that file in runtime. This is something that I will implement soon. With that said, there is already the possibility of manually exporting the graph serialization to a pretty json file and importing from json in runtime, but of course the goal above it to do this automatically.
Is this described feature above what you were suggesting as well?