Compiles a clause into Cypher and params
Optional
config: Partial<Adds a WITH
statement inside CALL {
, this WITH
can is used to import variables outside of the subquery
Add an OptionalMatch clause
Add an ORDER BY
subclause. Note that ASC
is the default sorting order
Append a REMOVE
clause.
Append a SET
clause. Allowing to assign variable properties to values.
Adds a
CALL
subqueryParam: subquery
A clause to be wrapped in a
CALL
clauseParam: variableScope
A list of variables to pass to the scope of the clause:
CALL (var0) {
See
Cypher Documentation