Graph runtime
ductape graph connect -f '{"graph":"social"}'
ductape graph query -f '{"cypher":"MATCH (n) RETURN n LIMIT 1"}'
ductape graph findNodes -f '{"label":"Person"}'
Uses graph-proxy with persisted graph context.
ductape graph connect -f '{"graph":"social"}'
ductape graph query -f '{"cypher":"MATCH (n) RETURN n LIMIT 1"}'
ductape graph findNodes -f '{"label":"Person"}'
Uses graph-proxy with persisted graph context.