AshNeo4j.Cypher.OnMatchSet (AshNeo4j v0.10.0)

Copy Markdown View Source

ON MATCH SET clause (MERGE). expression is the full SET expression, e.g. "n += {touched: $nm_touched}".

Summary

Types

t()

@type t() :: %AshNeo4j.Cypher.OnMatchSet{expression: String.t()}