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.
See
Cypher Documentation