Currently, we only save the graphs themselves in name mappings - we do not store the state for the individual nodes. As a result, state needs to be re-initialised to default values every time a named graph is selected.
We should add a toggle for named graphs that optionally saves the state alongside the name -> graph mapping.
Depends on #69.