When creating a Node you can specify a predicate via withQueryPredicate()
or optional constructor parameter. When not specified the default predicate
is MATCH.
When creating an edge, you can use the Edge::create() or
Edge::merge() methods to determine the strategy.
When creating a Node you can specify a predicate via withQueryPredicate() or optional constructor parameter. When not specified the default predicate is MATCH.
When creating an edge, you can use the Edge::create() or Edge::merge() methods to determine the strategy.