This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Description
Until a newly-created branch has copied the graph, the new branch points to the original graph, which requires the frontend to wait until branching is complete to avoid changes to the original graph.
To better track when branching completes, it would be helpful to do one of the following:
- add metadata about the status of the branch
- track parentBranch (much like parentGraph currently does)
- add branchId to graph metadata