N10s update multivalPropList on a non-empty graph

Hi @alex3

You can modify the GraphConfig by using the force parameter. Something like this:

call n10s.graphconfig.set({ multivalPropList: ["http://neo4j.com/voc#prop1","http://neo4j.com/voc#prop2"] , force: true})

But make sure that the changes are not breaking ones. That's the reason why by default the config is fixed.