Compiles a clause into Cypher and params
Optionalconfig: 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
CALLsubqueryParam: subquery
A clause to be wrapped in a
CALLclauseParam: variableScope
A list of variables to pass to the scope of the clause:
CALL (var0) {See
Cypher Documentation