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

MERGE clause. `pattern` is a Cypher pattern string.

# `t`

```elixir
@type t() :: %AshNeo4j.Cypher.Merge{pattern: String.t()}
```

---

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