# `AshNeo4j.Cypher.Set`
[🔗](https://github.com/diffo-dev/ash_neo4j/blob/v0.7.0/lib/cypher/query.ex#L43)

SET clause. `expression` is the full SET expression, e.g. `"n += {born: $n_born}"`.

# `t`

```elixir
@type t() :: %AshNeo4j.Cypher.Set{expression: String.t()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
