One of several canned queries that writes the query result in wiki's Graph notation as JSONL records prefixed with an aspect name. See Graph docs
npm run --silent db-solo testSoloGraph | \ perl -pe 's/territoryDescription/name/g' | \ jq -c '.result | {name:"testSoloGraph", graph:.}' > \ testSoloGraph.jsonl
Expect node names in props as "name". Changing one was not enough. Change regionDescription and accountId too for this result set.
LINK TestSoloGraph http://ward.dojo.fed.wiki/assets/pages/solo-graph/testSoloGraph.jsonl
pages/solo-graph